Html Css Color HEX #D764FC Heliotrope

📋 copy color: '#D764FC'

red 215 ◦ green 100 ◦ blue 252

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

Shades of Heliotrope #D764FC

Tints of Heliotrope #D764FC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.64%

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

R = 37.92%
G = 17.64%
B = 44.44%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D764FC (or 0xD764FC) is known color: Heliotrope. HEX triplet: D7, 64 and FC. RGB value is (215,100,252). Sum of RGB (Red+Green+Blue) = 215+100+252=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 100 (39.45% from 255 or 17.64% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #D764FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D764FC is #289B03. Grayscale: #979797. Windows color (decimal): -2661124 or 16540887. OLE color: 16540887.

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

Color convert

RGB 215 100 252 -
CMYK 0.15 0.60 0 0.01
HSL 285.39º 0.96% 0.69% -
HSV(B) 285.39º 0.6% 0.99% -
XYZ 50.15 30.59 95.36 -
YUV 151.71 184.6 173.14 -
System Red Green Blue C M Y K H S L
Decimal 215 100 252 0.15 0.60 0 0.01 285.39 0.96 0.69
Hex D7 64 FC F 3C 0 1 11D 60 45
Octal 327 144 374 17 74 0 1 435 140 105
Binary 11010111 1100100 11111100 1111 111100 0 1 100011101 1100000 1000101

Color Harmonies of #D764FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D764FC

Black with #D764FC

Text Example


Text Example

White with #D764FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D764FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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