#CA80CC

Color #CA80CC Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CA80CC

Tints of Orchid #CA80CC

Color information

#CA80CC (or 0xCA80CC) is unknown color: approx 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

RGB202128204-
CMYK0.010.3700.2
HSL298.42º42.7%65.1%-
HSV(B)298.42º37.25%80%-
XYZ42.9832.3561.11-
YUV158.79153.52158.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 128 (50.39% from 255) = 23.97%
BLUE value IS 204 (80.08% from 255) = 38.20%
R=37.83%
G=23.97%
B=38.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2021282040.010.3700.2298.4242.765.1
HexCA80CC12501412a2b41
Octal31220031414502445253101
Binary11001010100000001100110011001010101001001010101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA80CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>