Html Css Color HEX #D74CFC Heliotrope

📋 copy color: '#D74CFC'

red 215 ◦ green 76 ◦ blue 252

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

Shades of Heliotrope #D74CFC

Tints of Heliotrope #D74CFC

RGB

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

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

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

R = 39.59%
G = 14%
B = 46.41%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D74CFC (or 0xD74CFC) is known color: Heliotrope. HEX triplet: D7, 4C and FC. RGB value is (215,76,252). Sum of RGB (Red+Green+Blue) = 215+76+252=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 76 (30.08% from 255 or 14.00% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #D74CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D74CFC is #28B303. Grayscale: #898989. Windows color (decimal): -2667268 or 16534743. OLE color: 16534743.

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

Color convert

RGB 215 76 252 -
CMYK 0.15 0.70 0 0.01
HSL 287.39º 0.97% 0.64% -
HSV(B) 287.39º 0.7% 0.99% -
XYZ 48.18 26.64 94.7 -
YUV 137.63 192.55 183.19 -
System Red Green Blue C M Y K H S L
Decimal 215 76 252 0.15 0.70 0 0.01 287.39 0.97 0.64
Hex D7 4C FC F 46 0 1 11F 61 40
Octal 327 114 374 17 106 0 1 437 141 100
Binary 11010111 1001100 11111100 1111 1000110 0 1 100011111 1100001 1000000

Color Harmonies of #D74CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74CFC

Black with #D74CFC

Text Example


Text Example

White with #D74CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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