#CD82F4

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

Shades of Heliotrope #CD82F4

Tints of Heliotrope #CD82F4

Color information

#CD82F4 (or 0xCD82F4) is unknown color: approx Heliotrope. HEX triplet: CD, 82 and F4. RGB value is (205,130,244). Sum of RGB (Red+Green+Blue) = 205+130+244=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 130 (51.17% from 255 or 22.45% from 579); Blue value is 244 (95.70% from 255 or 42.14% from 579); Max value from RGB is 244 - color contains mainly: blue. Hex color #CD82F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD82F4 is #327D0B. Grayscale: #A5A5A5. Windows color (decimal): -3308812 or 16024269. OLE color: 16024269.

HSL color Cylindrical-coordinate representation of color #CD82F4: hue angle of 279.47º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD82F4 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205130244-
CMYK0.160.4700.04
HSL279.47º83.82%73.33%-
HSV(B)279.47º46.72%95.69%-
XYZ49.4935.4889.83-
YUV165.42172.35156.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.41%
GREEN value IS 130 (51.17% from 255) = 22.45%
BLUE value IS 244 (95.70% from 255) = 42.14%
R=35.41%
G=22.45%
B=42.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2051302440.160.4700.04279.4783.8273.33
HexCD82F4102F041175449
Octal315202364205704427124111
Binary11001101100000101111010010000101111010010001011110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD82F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD82F4; }

 p { color: rgb(205,130,244); }

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

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

 a { background-color: rgb(205,130,244); }

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

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

 span { border-color: rgb(205,130,244); }

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