#CD82F5

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

Shades of Heliotrope #CD82F5

Tints of Heliotrope #CD82F5

Color information

#CD82F5 (or 0xCD82F5) is unknown color: approx Heliotrope. HEX triplet: CD, 82 and F5. RGB value is (205,130,245). Sum of RGB (Red+Green+Blue) = 205+130+245=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 245 (96.09% from 255 or 42.24% from 580); Max value from RGB is 245 - color contains mainly: blue. Hex color #CD82F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD82F5 is #327D0A. Grayscale: #A5A5A5. Windows color (decimal): -3308811 or 16089805. OLE color: 16089805.

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

Color convert

RGB205130245-
CMYK0.160.4700.04
HSL279.13º85.19%73.53%-
HSV(B)279.13º46.94%96.08%-
XYZ49.6435.5490.63-
YUV165.54172.85156.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.34%
GREEN value IS 130 (51.17% from 255) = 22.41%
BLUE value IS 245 (96.09% from 255) = 42.24%
R=35.34%
G=22.41%
B=42.24%

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
Decimal2051302450.160.4700.04279.1385.1973.53
HexCD82F5102F04117554a
Octal315202365205704427125112
Binary11001101100000101111010110000101111010010001011110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD82F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD82F5; }

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

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

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

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

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

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

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

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