#CA80BE

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

Shades of Orchid #CA80BE

Tints of Orchid #CA80BE

Color information

#CA80BE (or 0xCA80BE) is unknown color: approx Orchid. HEX triplet: CA, 80 and BE. RGB value is (202,128,190). Sum of RGB (Red+Green+Blue) = 202+128+190=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CA80BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80BE is #357F41. Grayscale: #9D9D9D. Windows color (decimal): -3505986 or 12484810. OLE color: 12484810.

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

Color convert

RGB202128190-
CMYK00.370.060.21
HSL309.73º41.11%64.71%-
HSV(B)309.73º36.63%79.22%-
XYZ41.3731.7152.66-
YUV157.19146.52159.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 128 (50.39% from 255) = 24.62%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=38.85%
G=24.62%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212819000.370.060.21309.7341.1164.71
HexCA80BE0256151362941
Octal31220027604562546651101
Binary1100101010000000101111100100101110101011001101101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA80BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA80BE; }

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

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

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

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

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

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

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

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