#CA82D2

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

Shades of Orchid #CA82D2

Tints of Orchid #CA82D2

Color information

#CA82D2 (or 0xCA82D2) is unknown color: approx Orchid. HEX triplet: CA, 82 and D2. RGB value is (202,130,210). Sum of RGB (Red+Green+Blue) = 202+130+210=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 130 (51.17% from 255 or 23.99% from 542); Blue value is 210 (82.42% from 255 or 38.75% from 542); Max value from RGB is 210 - color contains mainly: blue. Hex color #CA82D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA82D2 is #357D2D. Grayscale: #A0A0A0. Windows color (decimal): -3505454 or 13796042. OLE color: 13796042.

HSL color Cylindrical-coordinate representation of color #CA82D2: hue angle of 294º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA82D2 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202130210-
CMYK0.040.3800.18
HSL294º47.06%66.67%-
HSV(B)294º38.1%82.35%-
XYZ43.9733.1765.06-
YUV160.65155.85157.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.27%
GREEN value IS 130 (51.17% from 255) = 23.99%
BLUE value IS 210 (82.42% from 255) = 38.75%
R=37.27%
G=23.99%
B=38.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021302100.040.3800.1829447.0666.67
HexCA82D24260121262f43
Octal31220232244602244657103
Binary1100101010000010110100101001001100100101001001101011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA82D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA82D2; }

 p { color: rgb(202,130,210); }

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

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

 a { background-color: rgb(202,130,210); }

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

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

 span { border-color: rgb(202,130,210); }

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