#CA6EE0

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

Shades of Orchid #CA6EE0

Tints of Orchid #CA6EE0

Color information

#CA6EE0 (or 0xCA6EE0) is unknown color: approx Orchid. HEX triplet: CA, 6E and E0. RGB value is (202,110,224). Sum of RGB (Red+Green+Blue) = 202+110+224=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA6EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6EE0 is #35911F. Grayscale: #969696. Windows color (decimal): -3510560 or 14708426. OLE color: 14708426.

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

Color convert

RGB202110224-
CMYK0.100.5100.12
HSL288.42º64.77%65.49%-
HSV(B)288.42º50.89%87.84%-
XYZ43.3929.0973.85-
YUV150.5169.48164.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.69%
GREEN value IS 110 (43.36% from 255) = 20.52%
BLUE value IS 224 (87.89% from 255) = 41.79%
R=37.69%
G=20.52%
B=41.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2021102240.100.5100.12288.4264.7765.49
HexCA6EE0A330C1204141
Octal3121563401263014440101101
Binary1100101011011101110000010101100110110010010000010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6EE0; }

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

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

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

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

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

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

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

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