#CA80BC

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

Shades of Orchid #CA80BC

Tints of Orchid #CA80BC

Color information

#CA80BC (or 0xCA80BC) is unknown color: approx Orchid. HEX triplet: CA, 80 and BC. RGB value is (202,128,188). Sum of RGB (Red+Green+Blue) = 202+128+188=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CA80BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80BC is #357F43. Grayscale: #9C9C9C. Windows color (decimal): -3505988 or 12353738. OLE color: 12353738.

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

Color convert

RGB202128188-
CMYK00.370.070.21
HSL311.35º41.11%64.71%-
HSV(B)311.35º36.63%79.22%-
XYZ41.1531.6351.51-
YUV156.97145.52160.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 128 (50.39% from 255) = 24.71%
BLUE value IS 188 (73.83% from 255) = 36.29%
R=39.00%
G=24.71%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212818800.370.070.21311.3541.1164.71
HexCA80BC0257151372941
Octal31220027404572546751101
Binary1100101010000000101111000100101111101011001101111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA80BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA80BC; }

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

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

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

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

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

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

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

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