Html Css Color HEX #CA80CE Orchid

📋 copy color: '#CA80CE'

red 202 ◦ green 128 ◦ blue 206

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

Shades of Orchid #CA80CE

Tints of Orchid #CA80CE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.88%

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

R = 37.69%
G = 23.88%
B = 38.43%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA80CE (or 0xCA80CE) is known color: Orchid. HEX triplet: CA, 80 and CE. RGB value is (202,128,206). Sum of RGB (Red+Green+Blue) = 202+128+206=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA80CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80CE is #357F31. Grayscale: #9E9E9E. Windows color (decimal): -3505970 or 13533386. OLE color: 13533386.

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

Color convert

RGB 202 128 206 -
CMYK 0.02 0.38 0 0.19
HSL 296.92º 0.44% 0.65% -
HSV(B) 296.92º 0.38% 0.81% -
XYZ 43.22 32.45 62.38 -
YUV 159.02 154.52 158.66 -
System Red Green Blue C M Y K H S L
Decimal 202 128 206 0.02 0.38 0 0.19 296.92 0.44 0.65
Hex CA 80 CE 2 26 0 13 129 2C 41
Octal 312 200 316 2 46 0 23 451 54 101
Binary 11001010 10000000 11001110 10 100110 0 10011 100101001 101100 1000001

Color Harmonies of #CA80CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA80CE

Black with #CA80CE

Text Example


Text Example

White with #CA80CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA80CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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