#CA6CCE

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

Shades of Orchid #CA6CCE

Tints of Orchid #CA6CCE

Color information

#CA6CCE (or 0xCA6CCE) is unknown color: approx Orchid. HEX triplet: CA, 6C and CE. RGB value is (202,108,206). Sum of RGB (Red+Green+Blue) = 202+108+206=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA6CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CCE is #359331. Grayscale: #929292. Windows color (decimal): -3511090 or 13528266. OLE color: 13528266.

HSL color Cylindrical-coordinate representation of color #CA6CCE: hue angle of 297.55º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA6CCE is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202108206-
CMYK0.020.4800.19
HSL297.55º50%61.57%-
HSV(B)297.55º47.57%80.78%-
XYZ40.8627.7461.59-
YUV147.28161.14167.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.15%
GREEN value IS 108 (42.58% from 255) = 20.93%
BLUE value IS 206 (80.86% from 255) = 39.92%
R=39.15%
G=20.93%
B=39.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021082060.020.4800.19297.555061.57
HexCA6CCE23001312a323e
Octal3121543162600234526276
Binary1100101011011001100111010110000010011100101010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6CCE; }

 p { color: rgb(202,108,206); }

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

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

 a { background-color: rgb(202,108,206); }

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

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

 span { border-color: rgb(202,108,206); }

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