#ca68de

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

Shades of Orchid #CA68DE

Tints of Orchid #CA68DE

Color information

#CA68DE (or 0xCA68DE) is unknown color: approx Orchid. HEX triplet: CA, 68 and DE. RGB value is (202,104,222). Sum of RGB (Red+Green+Blue) = 202+104+222=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA68DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA68DE is #359721. Grayscale: #929292. Windows color (decimal): -3512098 or 14575818. OLE color: 14575818.

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

Color convert

RGB202104222-
CMYK0.090.5300.13
HSL289.83º64.13%63.92%-
HSV(B)289.83º53.15%87.06%-
XYZ42.4927.7372.22-
YUV146.75170.47167.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 104 (41.02% from 255) = 19.70%
BLUE value IS 222 (87.11% from 255) = 42.05%
R=38.26%
G=19.70%
B=42.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021042220.090.5300.13289.8364.1363.92
HexCA68DE9350D1224040
Octal3121503361165015442100100
Binary1100101011010001101111010011101010110110010001010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca68de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca68de; }

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

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

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

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

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

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

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

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