#CA66DA

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

Shades of Orchid #CA66DA

Tints of Orchid #CA66DA

Color information

#CA66DA (or 0xCA66DA) is unknown color: approx Orchid. HEX triplet: CA, 66 and DA. RGB value is (202,102,218). Sum of RGB (Red+Green+Blue) = 202+102+218=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA66DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA66DA is #359925. Grayscale: #909090. Windows color (decimal): -3512614 or 14313162. OLE color: 14313162.

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

Color convert

RGB202102218-
CMYK0.070.5300.15
HSL291.72º61.05%62.75%-
HSV(B)291.72º53.21%85.49%-
XYZ41.7627.1269.36-
YUV145.12169.13168.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 102 (40.23% from 255) = 19.54%
BLUE value IS 218 (85.55% from 255) = 41.76%
R=38.70%
G=19.54%
B=41.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021022180.070.5300.15291.7261.0562.75
HexCA66DA7350F1243d3f
Octal3121463327650174447577
Binary1100101011001101101101011111010101111100100100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA66DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA66DA; }

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

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

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

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

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

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

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

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