#CA6CC8

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

Shades of Orchid #CA6CC8

Tints of Orchid #CA6CC8

Color information

#CA6CC8 (or 0xCA6CC8) is unknown color: approx Orchid. HEX triplet: CA, 6C and C8. RGB value is (202,108,200). Sum of RGB (Red+Green+Blue) = 202+108+200=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6CC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CC8 is #359337. Grayscale: #929292. Windows color (decimal): -3511096 or 13135050. OLE color: 13135050.

HSL color Cylindrical-coordinate representation of color #CA6CC8: hue angle of 301.28º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6CC8 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB202108200-
CMYK00.470.010.21
HSL301.28º47%60.78%-
HSV(B)301.28º46.53%79.22%-
XYZ40.1527.4557.83-
YUV146.59158.14167.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.61%
GREEN value IS 108 (42.58% from 255) = 21.18%
BLUE value IS 200 (78.52% from 255) = 39.22%
R=39.61%
G=21.18%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210820000.470.010.21301.284760.78
HexCA6CC802F11512d2f3d
Octal3121543100571254555775
Binary110010101101100110010000101111110101100101101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6CC8; }

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

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

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

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

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

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

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

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