Html Css Color HEX #CA80CB Orchid

📋 copy color: '#CA80CB'

red 202 ◦ green 128 ◦ blue 203

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

Shades of Orchid #CA80CB

Tints of Orchid #CA80CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.09%

R = 37.9%
G = 24.02%
B = 38.09%

CMYK

 C value IS 0.00

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA80CB (or 0xCA80CB) is known color: Orchid. HEX triplet: CA, 80 and CB. RGB value is (202,128,203). Sum of RGB (Red+Green+Blue) = 202+128+203=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA80CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80CB is #357F34. Grayscale: #9E9E9E. Windows color (decimal): -3505973 or 13336778. OLE color: 13336778.

HSL color Cylindrical-coordinate representation of color #CA80CB: hue angle of 299.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA80CB is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 128 203 -
CMYK 0.00 0.37 0 0.20
HSL 299.2º 0.42% 0.65% -
HSV(B) 299.2º 0.37% 0.8% -
XYZ 42.86 32.31 60.48 -
YUV 158.68 153.02 158.9 -
System Red Green Blue C M Y K H S L
Decimal 202 128 203 0.00 0.37 0 0.20 299.2 0.42 0.65
Hex CA 80 CB 0 25 0 14 12B 2A 41
Octal 312 200 313 0 45 0 24 453 52 101
Binary 11001010 10000000 11001011 0 100101 0 10100 100101011 101010 1000001

Color Harmonies of #CA80CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA80CB

Black with #CA80CB

Text Example


Text Example

White with #CA80CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA80CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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