#CA65DE

Color #CA65DE Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #CA65DE

Tints of Medium Orchid #CA65DE

Color information

#CA65DE (or 0xCA65DE) is unknown color: approx Medium Orchid. HEX triplet: CA, 65 and DE. RGB value is (202,101,222). Sum of RGB (Red+Green+Blue) = 202+101+222=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA65DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65DE is #359A21. Grayscale: #909090. Windows color (decimal): -3512866 or 14575050. OLE color: 14575050.

HSL color Cylindrical-coordinate representation of color #CA65DE: hue angle of 290.08º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA65DE is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202101222-
CMYK0.090.5500.13
HSL290.08º64.71%63.33%-
HSV(B)290.08º54.5%87.06%-
XYZ42.227.1472.12-
YUV144.99171.46168.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 101 (39.84% from 255) = 19.24%
BLUE value IS 222 (87.11% from 255) = 42.29%
R=38.48%
G=19.24%
B=42.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021012220.090.5500.13290.0864.7163.33
HexCA65DE9370D122413f
Octal312145336116701544210177
Binary110010101100101110111101001110111011011001000101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA65DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA65DE; }

 p { color: rgb(202,101,222); }

 H1.HeaderClassName
 {
   color: #CA65DE;
 }
 .AnyTagClassName
 {
   color: #CA65DE;
 }
</style>
background-color css

<style>
 a { background-color: #CA65DE; }

 a { background-color: rgb(202,101,222); }

 div.DivClassName
 {
   background-color: #CA65DE;
 }
 .BgClassName
 {
   background-color: #CA65DE;
 }
</style>
border-color css

<style>
 span { border-color: #CA65DE; }

 span { border-color: rgb(202,101,222); }

 td.TdClassName
 {
   border-color: #CA65DE;
 }
 .TagClassName
 {
   border-color: #CA65DE;
 }
</style>