#CD82F9

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

Shades of Heliotrope #CD82F9

Tints of Heliotrope #CD82F9

Color information

#CD82F9 (or 0xCD82F9) is unknown color: approx Heliotrope. HEX triplet: CD, 82 and F9. RGB value is (205,130,249). Sum of RGB (Red+Green+Blue) = 205+130+249=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 130 (51.17% from 255 or 22.26% from 584); Blue value is 249 (97.66% from 255 or 42.64% from 584); Max value from RGB is 249 - color contains mainly: blue. Hex color #CD82F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD82F9 is #327D06. Grayscale: #A5A5A5. Windows color (decimal): -3308807 or 16351949. OLE color: 16351949.

HSL color Cylindrical-coordinate representation of color #CD82F9: hue angle of 277.82º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD82F9 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205130249-
CMYK0.180.4800.02
HSL277.82º90.84%74.31%-
HSV(B)277.82º47.79%97.65%-
XYZ50.2635.7893.88-
YUV165.99174.85155.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.10%
GREEN value IS 130 (51.17% from 255) = 22.26%
BLUE value IS 249 (97.66% from 255) = 42.64%
R=35.10%
G=22.26%
B=42.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051302490.180.4800.02277.8290.8474.31
HexCD82F91230021165b4a
Octal315202371226002426133112
Binary1100110110000010111110011001011000001010001011010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD82F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD82F9; }

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

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

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

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

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

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

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

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