Html Css Color HEX #CA6ECC Orchid

📋 copy color: '#CA6ECC'

red 202 ◦ green 110 ◦ blue 204

#CA6ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CA6ECC

Tints of Orchid #CA6ECC

RGB

 RED value IS 202 (79.3% from 255) = 39.15%

 GREEN value IS 110 (43.36% from 255) = 21.32%

 BLUE value IS 204 (80.08% from 255) = 39.53%

R = 39.15%
G = 21.32%
B = 39.53%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA6ECC (or 0xCA6ECC) is known color: Orchid. HEX triplet: CA, 6E and CC. RGB value is (202,110,204). Sum of RGB (Red+Green+Blue) = 202+110+204=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA6ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6ECC is #359133. Grayscale: #939393. Windows color (decimal): -3510580 or 13397706. OLE color: 13397706.

HSL color Cylindrical-coordinate representation of color #CA6ECC: hue angle of 298.72º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA6ECC is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 110 204 -
CMYK 0.01 0.46 0 0.2
HSL 298.72º 0.48% 0.62% -
HSV(B) 298.72º 0.46% 0.8% -
XYZ 40.83 28.07 60.39 -
YUV 148.22 159.48 166.36 -
System Red Green Blue C M Y K H S L
Decimal 202 110 204 0.01 0.46 0 0.2 298.72 0.48 0.62
Hex CA 6E CC 1 2E 0 14 12B 30 3E
Octal 312 156 314 1 56 0 24 453 60 76
Binary 11001010 1101110 11001100 1 101110 0 10100 100101011 110000 111110

Color Harmonies of #CA6ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6ECC

Black with #CA6ECC

Text Example


Text Example

White with #CA6ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6ECC; }

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

 H1.HeaderClassName
 {
   color: #CA6ECC;
 }
 .AnyTagClassName
 {
   color: #CA6ECC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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