Html Css Color HEX #D768FA Heliotrope

📋 copy color: '#D768FA'

red 215 ◦ green 104 ◦ blue 250

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

Shades of Heliotrope #D768FA

Tints of Heliotrope #D768FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.94%

R = 37.79%
G = 18.28%
B = 43.94%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D768FA (or 0xD768FA) is known color: Heliotrope. HEX triplet: D7, 68 and FA. RGB value is (215,104,250). Sum of RGB (Red+Green+Blue) = 215+104+250=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 104 (41.02% from 255 or 18.28% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #D768FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D768FA is #289705. Grayscale: #999999. Windows color (decimal): -2660102 or 16410839. OLE color: 16410839.

HSL color Cylindrical-coordinate representation of color #D768FA: hue angle of 285.62º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D768FA is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 104 250 -
CMYK 0.14 0.58 0 0.02
HSL 285.62º 0.94% 0.69% -
HSV(B) 285.62º 0.58% 0.98% -
XYZ 50.23 31.25 93.83 -
YUV 153.83 182.27 171.63 -
System Red Green Blue C M Y K H S L
Decimal 215 104 250 0.14 0.58 0 0.02 285.62 0.94 0.69
Hex D7 68 FA E 3A 0 2 11E 5E 45
Octal 327 150 372 16 72 0 2 436 136 105
Binary 11010111 1101000 11111010 1110 111010 0 10 100011110 1011110 1000101

Color Harmonies of #D768FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D768FA

Black with #D768FA

Text Example


Text Example

White with #D768FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D768FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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