#CA68DB

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

Shades of Orchid #CA68DB

Tints of Orchid #CA68DB

Color information

#CA68DB (or 0xCA68DB) is unknown color: approx Orchid. HEX triplet: CA, 68 and DB. RGB value is (202,104,219). Sum of RGB (Red+Green+Blue) = 202+104+219=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA68DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA68DB is #359724. Grayscale: #929292. Windows color (decimal): -3512101 or 14379210. OLE color: 14379210.

HSL color Cylindrical-coordinate representation of color #CA68DB: hue angle of 291.13º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA68DB is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202104219-
CMYK0.080.5300.14
HSL291.13º61.5%63.33%-
HSV(B)291.13º52.51%85.88%-
XYZ42.0927.5770.12-
YUV146.41168.97167.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 104 (41.02% from 255) = 19.81%
BLUE value IS 219 (85.94% from 255) = 41.71%
R=38.48%
G=19.81%
B=41.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021042190.080.5300.14291.1361.563.33
HexCA68DB8350E1233d3f
Octal31215033310650164437577
Binary11001010110100011011011100011010101110100100011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA68DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA68DB; }

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

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

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

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

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

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

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

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