#ca66d6

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

Shades of Orchid #CA66D6

Tints of Orchid #CA66D6

Color information

#CA66D6 (or 0xCA66D6) is unknown color: approx Orchid. HEX triplet: CA, 66 and D6. RGB value is (202,102,214). Sum of RGB (Red+Green+Blue) = 202+102+214=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA66D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA66D6 is #359929. Grayscale: #909090. Windows color (decimal): -3512618 or 14051018. OLE color: 14051018.

HSL color Cylindrical-coordinate representation of color #CA66D6: hue angle of 293.57º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA66D6 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202102214-
CMYK0.060.5200.16
HSL293.57º57.73%61.96%-
HSV(B)293.57º52.34%83.92%-
XYZ41.2526.9166.64-
YUV144.67167.13168.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 102 (40.23% from 255) = 19.69%
BLUE value IS 214 (83.98% from 255) = 41.31%
R=39.00%
G=19.69%
B=41.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021022140.060.5200.16293.5757.7361.96
HexCA66D66340101263a3e
Octal3121463266640204467276
Binary11001010110011011010110110110100010000100100110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca66d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca66d6; }

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

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

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

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

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

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

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

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