#cd51f9

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

Shades of Heliotrope #CD51F9

Tints of Heliotrope #CD51F9

Color information

#CD51F9 (or 0xCD51F9) is unknown color: approx Heliotrope. HEX triplet: CD, 51 and F9. RGB value is (205,81,249). Sum of RGB (Red+Green+Blue) = 205+81+249=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 81 (32.03% from 255 or 15.14% from 535); Blue value is 249 (97.66% from 255 or 46.54% from 535); Max value from RGB is 249 - color contains mainly: blue. Hex color #CD51F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD51F9 is #32AE06. Grayscale: #888888. Windows color (decimal): -3321351 or 16339405. OLE color: 16339405.

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

Color convert

RGB20581249-
CMYK0.180.6700.02
HSL284.29º93.33%64.71%-
HSV(B)284.29º67.47%97.65%-
XYZ45.2225.792.2-
YUV137.23191.08176.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 81 (32.03% from 255) = 15.14%
BLUE value IS 249 (97.66% from 255) = 46.54%
R=38.32%
G=15.14%
B=46.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal205812490.180.6700.02284.2993.3364.71
HexCD51F912430211c5d41
Octal3151213712210302434135101
Binary1100110110100011111100110010100001101010001110010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd51f9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd51f9; }

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

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

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

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

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

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

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

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