#CA82D1

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

Shades of Orchid #CA82D1

Tints of Orchid #CA82D1

Color information

#CA82D1 (or 0xCA82D1) is unknown color: approx Orchid. HEX triplet: CA, 82 and D1. RGB value is (202,130,209). Sum of RGB (Red+Green+Blue) = 202+130+209=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA82D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA82D1 is #357D2E. Grayscale: #A0A0A0. Windows color (decimal): -3505455 or 13730506. OLE color: 13730506.

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

Color convert

RGB202130209-
CMYK0.030.3800.18
HSL294.68º46.2%66.47%-
HSV(B)294.68º37.8%81.96%-
XYZ43.8533.1364.4-
YUV160.53155.35157.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 130 (51.17% from 255) = 24.03%
BLUE value IS 209 (82.03% from 255) = 38.63%
R=37.34%
G=24.03%
B=38.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021302090.030.3800.18294.6846.266.47
HexCA82D13260121272e42
Octal31220232134602244756102
Binary110010101000001011010001111001100100101001001111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA82D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA82D1; }

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

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

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

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

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

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

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

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