Html Css Color HEX #CA81CE Orchid

📋 copy color: '#CA81CE'

red 202 ◦ green 129 ◦ blue 206

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

Shades of Orchid #CA81CE

Tints of Orchid #CA81CE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.02%

 BLUE value IS 206 (80.86% from 255) = 38.36%

R = 37.62%
G = 24.02%
B = 38.36%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA81CE (or 0xCA81CE) is known color: Orchid. HEX triplet: CA, 81 and CE. RGB value is (202,129,206). Sum of RGB (Red+Green+Blue) = 202+129+206=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA81CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81CE is #357E31. Grayscale: #9F9F9F. Windows color (decimal): -3505714 or 13533642. OLE color: 13533642.

HSL color Cylindrical-coordinate representation of color #CA81CE: hue angle of 296.88º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA81CE is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 129 206 -
CMYK 0.02 0.37 0 0.19
HSL 296.88º 0.44% 0.66% -
HSV(B) 296.88º 0.37% 0.81% -
XYZ 43.35 32.71 62.42 -
YUV 159.61 154.18 158.24 -
System Red Green Blue C M Y K H S L
Decimal 202 129 206 0.02 0.37 0 0.19 296.88 0.44 0.66
Hex CA 81 CE 2 25 0 13 129 2C 42
Octal 312 201 316 2 45 0 23 451 54 102
Binary 11001010 10000001 11001110 10 100101 0 10011 100101001 101100 1000010

Color Harmonies of #CA81CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA81CE

Black with #CA81CE

Text Example


Text Example

White with #CA81CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA81CE; }

 p { color: rgb(202,129,206); }

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

background-color css

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

 a { background-color: rgb(202,129,206); }

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

border-color css

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

 span { border-color: rgb(202,129,206); }

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