#CA80CD

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

Shades of Orchid #CA80CD

Tints of Orchid #CA80CD

Color information

#CA80CD (or 0xCA80CD) is unknown color: approx Orchid. HEX triplet: CA, 80 and CD. RGB value is (202,128,205). Sum of RGB (Red+Green+Blue) = 202+128+205=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA80CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80CD is #357F32. Grayscale: #9E9E9E. Windows color (decimal): -3505971 or 13467850. OLE color: 13467850.

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

Color convert

RGB202128205-
CMYK0.010.3800.20
HSL297.66º43.5%65.29%-
HSV(B)297.66º37.56%80.39%-
XYZ43.132.461.74-
YUV158.9154.02158.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 128 (50.39% from 255) = 23.93%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=37.76%
G=23.93%
B=38.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021282050.010.3800.20297.6643.565.29
HexCA80CD12601412a2c41
Octal31220031514602445254101
Binary11001010100000001100110111001100101001001010101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA80CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA80CD; }

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

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

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

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

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

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

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

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