Html Css Color HEX #D74EFC Heliotrope

📋 copy color: '#D74EFC'

red 215 ◦ green 78 ◦ blue 252

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

Shades of Heliotrope #D74EFC

Tints of Heliotrope #D74EFC

RGB

 RED value IS 215 (84.38% from 255) = 39.45%

 GREEN value IS 78 (30.86% from 255) = 14.31%

 BLUE value IS 252 (98.83% from 255) = 46.24%

R = 39.45%
G = 14.31%
B = 46.24%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D74EFC (or 0xD74EFC) is known color: Heliotrope. HEX triplet: D7, 4E and FC. RGB value is (215,78,252). Sum of RGB (Red+Green+Blue) = 215+78+252=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 78 (30.86% from 255 or 14.31% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #D74EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D74EFC is #28B103. Grayscale: #8A8A8A. Windows color (decimal): -2666756 or 16535255. OLE color: 16535255.

HSL color Cylindrical-coordinate representation of color #D74EFC: hue angle of 287.24º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D74EFC is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 78 252 -
CMYK 0.15 0.69 0 0.01
HSL 287.24º 0.97% 0.65% -
HSV(B) 287.24º 0.69% 0.99% -
XYZ 48.32 26.92 94.75 -
YUV 138.8 191.89 182.35 -
System Red Green Blue C M Y K H S L
Decimal 215 78 252 0.15 0.69 0 0.01 287.24 0.97 0.65
Hex D7 4E FC F 45 0 1 11F 61 41
Octal 327 116 374 17 105 0 1 437 141 101
Binary 11010111 1001110 11111100 1111 1000101 0 1 100011111 1100001 1000001

Color Harmonies of #D74EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74EFC

Black with #D74EFC

Text Example


Text Example

White with #D74EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74EFC; }

 p { color: rgb(215,78,252); }

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

background-color css

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

 a { background-color: rgb(215,78,252); }

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

border-color css

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

 span { border-color: rgb(215,78,252); }

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