Html Css Color HEX #CA80BD Orchid

📋 copy color: '#CA80BD'

red 202 ◦ green 128 ◦ blue 189

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

Shades of Orchid #CA80BD

Tints of Orchid #CA80BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.42%

R = 38.92%
G = 24.66%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA80BD (or 0xCA80BD) is known color: Orchid. HEX triplet: CA, 80 and BD. RGB value is (202,128,189). Sum of RGB (Red+Green+Blue) = 202+128+189=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CA80BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80BD is #357F42. Grayscale: #9C9C9C. Windows color (decimal): -3505987 or 12419274. OLE color: 12419274.

HSL color Cylindrical-coordinate representation of color #CA80BD: hue angle of 310.54º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA80BD is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 128 189 -
CMYK 0 0.37 0.06 0.21
HSL 310.54º 0.41% 0.65% -
HSV(B) 310.54º 0.37% 0.79% -
XYZ 41.26 31.67 52.08 -
YUV 157.08 146.02 160.04 -
System Red Green Blue C M Y K H S L
Decimal 202 128 189 0 0.37 0.06 0.21 310.54 0.41 0.65
Hex CA 80 BD 0 25 6 15 137 29 41
Octal 312 200 275 0 45 6 25 467 51 101
Binary 11001010 10000000 10111101 0 100101 110 10101 100110111 101001 1000001

Color Harmonies of #CA80BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA80BD

Black with #CA80BD

Text Example


Text Example

White with #CA80BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA80BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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