#CA80C3

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

Shades of Orchid #CA80C3

Tints of Orchid #CA80C3

Color information

#CA80C3 (or 0xCA80C3) is unknown color: approx Orchid. HEX triplet: CA, 80 and C3. RGB value is (202,128,195). Sum of RGB (Red+Green+Blue) = 202+128+195=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CA80C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80C3 is #357F3C. Grayscale: #9D9D9D. Windows color (decimal): -3505981 or 12812490. OLE color: 12812490.

HSL color Cylindrical-coordinate representation of color #CA80C3: hue angle of 305.68º 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 #CA80C3 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB202128195-
CMYK00.370.030.21
HSL305.68º41.11%64.71%-
HSV(B)305.68º36.63%79.22%-
XYZ41.9331.9455.58-
YUV157.76149.02159.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 128 (50.39% from 255) = 24.38%
BLUE value IS 195 (76.56% from 255) = 37.14%
R=38.48%
G=24.38%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212819500.370.030.21305.6841.1164.71
HexCA80C30253151322941
Octal31220030304532546251101
Binary110010101000000011000011010010111101011001100101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA80C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA80C3; }

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

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

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

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

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

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

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

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