Html Css Color HEX #D04CFF Heliotrope

📋 copy color: '#D04CFF'

red 208 ◦ green 76 ◦ blue 255

#D04CFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D04CFF

Tints of Heliotrope #D04CFF

RGB

 RED value IS 208 (81.64% from 255) = 38.59%

 GREEN value IS 76 (30.08% from 255) = 14.1%

 BLUE value IS 255 (100% from 255) = 47.31%

R = 38.59%
G = 14.1%
B = 47.31%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D04CFF (or 0xD04CFF) is known color: Heliotrope. HEX triplet: D0, 4C and FF. RGB value is (208,76,255). Sum of RGB (Red+Green+Blue) = 208+76+255=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 76 (30.08% from 255 or 14.10% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #D04CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04CFF is #2FB300. Grayscale: #878787. Windows color (decimal): -3126017 or 16731344. OLE color: 16731344.

HSL color Cylindrical-coordinate representation of color #D04CFF: hue angle of 284.25º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D04CFF is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 208 76 255 -
CMYK 0.18 0.70 0 0
HSL 284.25º 1% 0.65% -
HSV(B) 284.25º 0.7% 1% -
XYZ 46.65 25.8 97.13 -
YUV 135.87 195.23 179.45 -
System Red Green Blue C M Y K H S L
Decimal 208 76 255 0.18 0.70 0 0 284.25 1 0.65
Hex D0 4C FF 12 46 0 0 11C 64 41
Octal 320 114 377 22 106 0 0 434 144 101
Binary 11010000 1001100 11111111 10010 1000110 0 0 100011100 1100100 1000001

Color Harmonies of #D04CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04CFF

Black with #D04CFF

Text Example


Text Example

White with #D04CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04CFF; }

 p { color: rgb(208,76,255); }

 H1.HeaderClassName
 {
   color: #D04CFF;
 }
 .AnyTagClassName
 {
   color: #D04CFF;
 }
</style>

background-color css

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

 a { background-color: rgb(208,76,255); }

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

border-color css

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

 span { border-color: rgb(208,76,255); }

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