#CA82D9

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

Shades of Orchid #CA82D9

Tints of Orchid #CA82D9

Color information

#CA82D9 (or 0xCA82D9) is unknown color: approx Orchid. HEX triplet: CA, 82 and D9. RGB value is (202,130,217). Sum of RGB (Red+Green+Blue) = 202+130+217=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA82D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA82D9 is #357D26. Grayscale: #A1A1A1. Windows color (decimal): -3505447 or 14254794. OLE color: 14254794.

HSL color Cylindrical-coordinate representation of color #CA82D9: hue angle of 289.66º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA82D9 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202130217-
CMYK0.070.4000.15
HSL289.66º53.37%68.04%-
HSV(B)289.66º40.09%85.1%-
XYZ44.8633.5369.75-
YUV161.45159.35156.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 130 (51.17% from 255) = 23.68%
BLUE value IS 217 (85.16% from 255) = 39.53%
R=36.79%
G=23.68%
B=39.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021302170.070.4000.15289.6653.3768.04
HexCA82D97280F1223544
Octal31220233175001744265104
Binary110010101000001011011001111101000011111001000101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA82D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA82D9; }

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

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

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

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

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

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

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

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