#CA80D8

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

Shades of Orchid #CA80D8

Tints of Orchid #CA80D8

Color information

#CA80D8 (or 0xCA80D8) is unknown color: approx Orchid. HEX triplet: CA, 80 and D8. RGB value is (202,128,216). Sum of RGB (Red+Green+Blue) = 202+128+216=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA80D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80D8 is #357F27. Grayscale: #9F9F9F. Windows color (decimal): -3505960 or 14188746. OLE color: 14188746.

HSL color Cylindrical-coordinate representation of color #CA80D8: hue angle of 290.45º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA80D8 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202128216-
CMYK0.060.4100.15
HSL290.45º53.01%67.45%-
HSV(B)290.45º40.74%84.71%-
XYZ44.4732.9568.98-
YUV160.16159.52157.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 128 (50.39% from 255) = 23.44%
BLUE value IS 216 (84.77% from 255) = 39.56%
R=37.00%
G=23.44%
B=39.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021282160.060.4100.15290.4553.0167.45
HexCA80D86290F1223543
Octal31220033065101744265103
Binary110010101000000011011000110101001011111001000101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA80D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA80D8; }

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

 H1.HeaderClassName
 {
   color: #CA80D8;
 }
 .AnyTagClassName
 {
   color: #CA80D8;
 }
</style>
background-color css

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

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

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

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

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

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