#CA82BD

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

Shades of Orchid #CA82BD

Tints of Orchid #CA82BD

Color information

#CA82BD (or 0xCA82BD) is unknown color: approx Orchid. HEX triplet: CA, 82 and BD. RGB value is (202,130,189). Sum of RGB (Red+Green+Blue) = 202+130+189=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CA82BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA82BD is #357D42. Grayscale: #9E9E9E. Windows color (decimal): -3505475 or 12419786. OLE color: 12419786.

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

Color convert

RGB202130189-
CMYK00.360.060.21
HSL310.83º40.45%65.1%-
HSV(B)310.83º35.64%79.22%-
XYZ41.5332.252.17-
YUV158.25145.35159.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 130 (51.17% from 255) = 24.95%
BLUE value IS 189 (74.22% from 255) = 36.28%
R=38.77%
G=24.95%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213018900.360.060.21310.8340.4565.1
HexCA82BD0246151372841
Octal31220227504462546750101
Binary1100101010000010101111010100100110101011001101111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA82BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA82BD; }

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

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

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

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

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

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

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

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