Html Css Color HEX #CA6EE5 Orchid

📋 copy color: '#CA6EE5'

red 202 ◦ green 110 ◦ blue 229

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

Shades of Orchid #CA6EE5

Tints of Orchid #CA6EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.33%

R = 37.34%
G = 20.33%
B = 42.33%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA6EE5 (or 0xCA6EE5) is known color: Orchid. HEX triplet: CA, 6E and E5. RGB value is (202,110,229). Sum of RGB (Red+Green+Blue) = 202+110+229=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 110 (43.36% from 255 or 20.33% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA6EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6EE5 is #35911A. Grayscale: #969696. Windows color (decimal): -3510555 or 15036106. OLE color: 15036106.

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

Color convert

RGB 202 110 229 -
CMYK 0.12 0.52 0 0.10
HSL 286.39º 0.7% 0.66% -
HSV(B) 286.39º 0.52% 0.9% -
XYZ 44.08 29.37 77.47 -
YUV 151.07 171.98 164.32 -
System Red Green Blue C M Y K H S L
Decimal 202 110 229 0.12 0.52 0 0.10 286.39 0.7 0.66
Hex CA 6E E5 C 34 0 A 11E 46 42
Octal 312 156 345 14 64 0 12 436 106 102
Binary 11001010 1101110 11100101 1100 110100 0 1010 100011110 1000110 1000010

Color Harmonies of #CA6EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6EE5

Black with #CA6EE5

Text Example


Text Example

White with #CA6EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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