#CA82CE

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

Shades of Orchid #CA82CE

Tints of Orchid #CA82CE

Color information

#CA82CE (or 0xCA82CE) is unknown color: approx Orchid. HEX triplet: CA, 82 and CE. RGB value is (202,130,206). Sum of RGB (Red+Green+Blue) = 202+130+206=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA82CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA82CE is #357D31. Grayscale: #9F9F9F. Windows color (decimal): -3505458 or 13533898. OLE color: 13533898.

HSL color Cylindrical-coordinate representation of color #CA82CE: hue angle of 296.84º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA82CE is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202130206-
CMYK0.020.3700.19
HSL296.84º43.68%65.88%-
HSV(B)296.84º36.89%80.78%-
XYZ43.4832.9862.47-
YUV160.19153.85157.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 130 (51.17% from 255) = 24.16%
BLUE value IS 206 (80.86% from 255) = 38.29%
R=37.55%
G=24.16%
B=38.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021302060.020.3700.19296.8443.6865.88
HexCA82CE2250131292c42
Octal31220231624502345154102
Binary110010101000001011001110101001010100111001010011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA82CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA82CE; }

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

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

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

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

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

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

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

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