Html Css Color HEX #D768FC Heliotrope

📋 copy color: '#D768FC'

red 215 ◦ green 104 ◦ blue 252

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

Shades of Heliotrope #D768FC

Tints of Heliotrope #D768FC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.21%

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

R = 37.65%
G = 18.21%
B = 44.13%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D768FC (or 0xD768FC) is known color: Heliotrope. HEX triplet: D7, 68 and FC. RGB value is (215,104,252). Sum of RGB (Red+Green+Blue) = 215+104+252=571 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.65% from 571); Green value is 104 (41.02% from 255 or 18.21% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #D768FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D768FC is #289703. Grayscale: #999999. Windows color (decimal): -2660100 or 16541911. OLE color: 16541911.

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

Color convert

RGB 215 104 252 -
CMYK 0.15 0.59 0 0.01
HSL 285º 0.96% 0.7% -
HSV(B) 285º 0.59% 0.99% -
XYZ 50.55 31.38 95.49 -
YUV 154.06 183.27 171.47 -
System Red Green Blue C M Y K H S L
Decimal 215 104 252 0.15 0.59 0 0.01 285 0.96 0.7
Hex D7 68 FC F 3B 0 1 11D 60 46
Octal 327 150 374 17 73 0 1 435 140 106
Binary 11010111 1101000 11111100 1111 111011 0 1 100011101 1100000 1000110

Color Harmonies of #D768FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D768FC

Black with #D768FC

Text Example


Text Example

White with #D768FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D768FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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