#CA82BF

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

Shades of Orchid #CA82BF

Tints of Orchid #CA82BF

Color information

#CA82BF (or 0xCA82BF) is unknown color: approx Orchid. HEX triplet: CA, 82 and BF. RGB value is (202,130,191). Sum of RGB (Red+Green+Blue) = 202+130+191=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CA82BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA82BF is #357D40. Grayscale: #9E9E9E. Windows color (decimal): -3505473 or 12550858. OLE color: 12550858.

HSL color Cylindrical-coordinate representation of color #CA82BF: hue angle of 309.17º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA82BF is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB202130191-
CMYK00.360.050.21
HSL309.17º40.45%65.1%-
HSV(B)309.17º35.64%79.22%-
XYZ41.7432.2853.32-
YUV158.48146.35159.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.62%
GREEN value IS 130 (51.17% from 255) = 24.86%
BLUE value IS 191 (75% from 255) = 36.52%
R=38.62%
G=24.86%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213019100.360.050.21309.1740.4565.1
HexCA82BF0245151352841
Octal31220227704452546550101
Binary1100101010000010101111110100100101101011001101011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA82BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA82BF; }

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

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

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

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

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

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

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

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