Html Css Color HEX #D764ED Heliotrope

📋 copy color: '#D764ED'

red 215 ◦ green 100 ◦ blue 237

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

Shades of Heliotrope #D764ED

Tints of Heliotrope #D764ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.93%

R = 38.95%
G = 18.12%
B = 42.93%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D764ED (or 0xD764ED) is known color: Heliotrope. HEX triplet: D7, 64 and ED. RGB value is (215,100,237). Sum of RGB (Red+Green+Blue) = 215+100+237=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 100 (39.45% from 255 or 18.12% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #D764ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D764ED is #289B12. Grayscale: #959595. Windows color (decimal): -2661139 or 15557847. OLE color: 15557847.

HSL color Cylindrical-coordinate representation of color #D764ED: hue angle of 290.36º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D764ED is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 100 237 -
CMYK 0.09 0.58 0 0.07
HSL 290.37º 0.79% 0.66% -
HSV(B) 290.37º 0.58% 0.93% -
XYZ 47.87 29.68 83.33 -
YUV 150 177.1 174.36 -
System Red Green Blue C M Y K H S L
Decimal 215 100 237 0.09 0.58 0 0.07 290.37 0.79 0.66
Hex D7 64 ED 9 3A 0 7 122 4F 42
Octal 327 144 355 11 72 0 7 442 117 102
Binary 11010111 1100100 11101101 1001 111010 0 111 100100010 1001111 1000010

Color Harmonies of #D764ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D764ED

Black with #D764ED

Text Example


Text Example

White with #D764ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D764ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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