Html Css Color HEX #D04CFD Heliotrope

📋 copy color: '#D04CFD'

red 208 ◦ green 76 ◦ blue 253

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

Shades of Heliotrope #D04CFD

Tints of Heliotrope #D04CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.11%

R = 38.73%
G = 14.15%
B = 47.11%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D04CFD (or 0xD04CFD) is known color: Heliotrope. HEX triplet: D0, 4C and FD. RGB value is (208,76,253). Sum of RGB (Red+Green+Blue) = 208+76+253=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 76 (30.08% from 255 or 14.15% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #D04CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04CFD is #2FB302. Grayscale: #878787. Windows color (decimal): -3126019 or 16600272. OLE color: 16600272.

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

Color convert

RGB 208 76 253 -
CMYK 0.18 0.70 0 0.01
HSL 284.75º 0.98% 0.65% -
HSV(B) 284.75º 0.7% 0.99% -
XYZ 46.33 25.67 95.44 -
YUV 135.65 194.23 179.61 -
System Red Green Blue C M Y K H S L
Decimal 208 76 253 0.18 0.70 0 0.01 284.75 0.98 0.65
Hex D0 4C FD 12 46 0 1 11D 62 41
Octal 320 114 375 22 106 0 1 435 142 101
Binary 11010000 1001100 11111101 10010 1000110 0 1 100011101 1100010 1000001

Color Harmonies of #D04CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04CFD

Black with #D04CFD

Text Example


Text Example

White with #D04CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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