#CD82F0

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

Shades of Heliotrope #CD82F0

Tints of Heliotrope #CD82F0

Color information

#CD82F0 (or 0xCD82F0) is unknown color: approx Heliotrope. HEX triplet: CD, 82 and F0. RGB value is (205,130,240). Sum of RGB (Red+Green+Blue) = 205+130+240=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 130 (51.17% from 255 or 22.61% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 240 - color contains mainly: blue. Hex color #CD82F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD82F0 is #327D0F. Grayscale: #A4A4A4. Windows color (decimal): -3308816 or 15762125. OLE color: 15762125.

HSL color Cylindrical-coordinate representation of color #CD82F0: hue angle of 280.91º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD82F0 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB205130240-
CMYK0.150.4600.06
HSL280.91º78.57%72.55%-
HSV(B)280.91º45.83%94.12%-
XYZ48.8935.2486.66-
YUV164.96170.35156.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.65%
GREEN value IS 130 (51.17% from 255) = 22.61%
BLUE value IS 240 (94.14% from 255) = 41.74%
R=35.65%
G=22.61%
B=41.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2051302400.150.4600.06280.9178.5772.55
HexCD82F0F2E061194f49
Octal315202360175606431117111
Binary1100110110000010111100001111101110011010001100110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD82F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD82F0; }

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

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

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

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

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

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

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

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