#CA6CE0

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

Shades of Orchid #CA6CE0

Tints of Orchid #CA6CE0

Color information

#CA6CE0 (or 0xCA6CE0) is unknown color: approx Orchid. HEX triplet: CA, 6C and E0. RGB value is (202,108,224). Sum of RGB (Red+Green+Blue) = 202+108+224=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 108 (42.58% from 255 or 20.22% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA6CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CE0 is #35931F. Grayscale: #949494. Windows color (decimal): -3511072 or 14707914. OLE color: 14707914.

HSL color Cylindrical-coordinate representation of color #CA6CE0: hue angle of 288.62º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6CE0 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202108224-
CMYK0.100.5200.12
HSL288.62º65.17%65.1%-
HSV(B)288.62º51.79%87.84%-
XYZ43.1728.6673.78-
YUV149.33170.14165.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 108 (42.58% from 255) = 20.22%
BLUE value IS 224 (87.89% from 255) = 41.95%
R=37.83%
G=20.22%
B=41.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2021082240.100.5200.12288.6265.1765.1
HexCA6CE0A340C1214141
Octal3121543401264014441101101
Binary1100101011011001110000010101101000110010010000110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6CE0; }

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

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

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

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

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

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

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

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