Html Css Color HEX #CA80CC Orchid

📋 copy color: '#CA80CC'

red 202 ◦ green 128 ◦ blue 204

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

Shades of Orchid #CA80CC

Tints of Orchid #CA80CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 37.83%
G = 23.97%
B = 38.2%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA80CC (or 0xCA80CC) is known color: Orchid. HEX triplet: CA, 80 and CC. RGB value is (202,128,204). Sum of RGB (Red+Green+Blue) = 202+128+204=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA80CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80CC is #357F33. Grayscale: #9E9E9E. Windows color (decimal): -3505972 or 13402314. OLE color: 13402314.

HSL color Cylindrical-coordinate representation of color #CA80CC: hue angle of 298.42º degrees, saturation: 0.43, 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 #CA80CC is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 128 204 -
CMYK 0.01 0.37 0 0.2
HSL 298.42º 0.43% 0.65% -
HSV(B) 298.42º 0.37% 0.8% -
XYZ 42.98 32.35 61.11 -
YUV 158.79 153.52 158.82 -
System Red Green Blue C M Y K H S L
Decimal 202 128 204 0.01 0.37 0 0.2 298.42 0.43 0.65
Hex CA 80 CC 1 25 0 14 12A 2B 41
Octal 312 200 314 1 45 0 24 452 53 101
Binary 11001010 10000000 11001100 1 100101 0 10100 100101010 101011 1000001

Color Harmonies of #CA80CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA80CC

Black with #CA80CC

Text Example


Text Example

White with #CA80CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA80CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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