#CA66D8

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

Shades of Orchid #CA66D8

Tints of Orchid #CA66D8

Color information

#CA66D8 (or 0xCA66D8) is unknown color: approx Orchid. HEX triplet: CA, 66 and D8. RGB value is (202,102,216). Sum of RGB (Red+Green+Blue) = 202+102+216=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA66D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA66D8 is #359927. Grayscale: #909090. Windows color (decimal): -3512616 or 14182090. OLE color: 14182090.

HSL color Cylindrical-coordinate representation of color #CA66D8: hue angle of 292.63º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA66D8 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202102216-
CMYK0.060.5300.15
HSL292.63º59.38%62.35%-
HSV(B)292.63º52.78%84.71%-
XYZ41.527.0267.99-
YUV144.9168.13168.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 102 (40.23% from 255) = 19.62%
BLUE value IS 216 (84.77% from 255) = 41.54%
R=38.85%
G=19.62%
B=41.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021022160.060.5300.15292.6359.3862.35
HexCA66D86350F1253b3e
Octal3121463306650174457376
Binary1100101011001101101100011011010101111100100101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA66D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA66D8; }

 p { color: rgb(202,102,216); }

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

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

 a { background-color: rgb(202,102,216); }

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

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

 span { border-color: rgb(202,102,216); }

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