Html Css Color HEX #D768FF Heliotrope

📋 copy color: '#D768FF'

red 215 ◦ green 104 ◦ blue 255

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

Shades of Heliotrope #D768FF

Tints of Heliotrope #D768FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.43%

R = 37.46%
G = 18.12%
B = 44.43%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D768FF (or 0xD768FF) is known color: Heliotrope. HEX triplet: D7, 68 and FF. RGB value is (215,104,255). Sum of RGB (Red+Green+Blue) = 215+104+255=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 104 (41.02% from 255 or 18.12% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #D768FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D768FF is #289700. Grayscale: #999999. Windows color (decimal): -2660097 or 16738519. OLE color: 16738519.

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

Color convert

RGB 215 104 255 -
CMYK 0.16 0.59 0 0
HSL 284.11º 1% 0.7% -
HSV(B) 284.11º 0.59% 1% -
XYZ 51.02 31.57 98.01 -
YUV 154.4 184.77 171.22 -
System Red Green Blue C M Y K H S L
Decimal 215 104 255 0.16 0.59 0 0 284.11 1 0.7
Hex D7 68 FF 10 3B 0 0 11C 64 46
Octal 327 150 377 20 73 0 0 434 144 106
Binary 11010111 1101000 11111111 10000 111011 0 0 100011100 1100100 1000110

Color Harmonies of #D768FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D768FF

Black with #D768FF

Text Example


Text Example

White with #D768FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D768FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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