#CA6BC8

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

Shades of Orchid #CA6BC8

Tints of Orchid #CA6BC8

Color information

#CA6BC8 (or 0xCA6BC8) is unknown color: approx Orchid. HEX triplet: CA, 6B and C8. RGB value is (202,107,200). Sum of RGB (Red+Green+Blue) = 202+107+200=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BC8 is #359437. Grayscale: #919191. Windows color (decimal): -3511352 or 13134794. OLE color: 13134794.

HSL color Cylindrical-coordinate representation of color #CA6BC8: hue angle of 301.26º 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 #CA6BC8 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB202107200-
CMYK00.470.010.21
HSL301.26º47.26%60.59%-
HSV(B)301.26º47.03%79.22%-
XYZ40.0427.2457.79-
YUV146.01158.47167.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 107 (42.19% from 255) = 21.02%
BLUE value IS 200 (78.52% from 255) = 39.29%
R=39.69%
G=21.02%
B=39.29%

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
Decimal20210720000.470.010.21301.2647.2660.59
HexCA6BC802F11512d2f3d
Octal3121533100571254555775
Binary110010101101011110010000101111110101100101101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6BC8; }

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

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

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

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

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

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

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

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