Html Css Color HEX #D670EC Heliotrope

📋 copy color: '#D670EC'

red 214 ◦ green 112 ◦ blue 236

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

Shades of Heliotrope #D670EC

Tints of Heliotrope #D670EC

RGB

 RED value IS 214 (83.98% from 255) = 38.08%

 GREEN value IS 112 (44.14% from 255) = 19.93%

 BLUE value IS 236 (92.58% from 255) = 41.99%

R = 38.08%
G = 19.93%
B = 41.99%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D670EC (or 0xD670EC) is known color: Heliotrope. HEX triplet: D6, 70 and EC. RGB value is (214,112,236). Sum of RGB (Red+Green+Blue) = 214+112+236=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 112 (44.14% from 255 or 19.93% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #D670EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D670EC is #298F13. Grayscale: #9C9C9C. Windows color (decimal): -2723604 or 15495382. OLE color: 15495382.

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

Color convert

RGB 214 112 236 -
CMYK 0.09 0.53 0 0.07
HSL 289.35º 0.77% 0.68% -
HSV(B) 289.35º 0.53% 0.93% -
XYZ 48.67 31.94 82.96 -
YUV 156.63 172.79 168.92 -
System Red Green Blue C M Y K H S L
Decimal 214 112 236 0.09 0.53 0 0.07 289.35 0.77 0.68
Hex D6 70 EC 9 35 0 7 121 4D 44
Octal 326 160 354 11 65 0 7 441 115 104
Binary 11010110 1110000 11101100 1001 110101 0 111 100100001 1001101 1000100

Color Harmonies of #D670EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D670EC

Black with #D670EC

Text Example


Text Example

White with #D670EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D670EC; }

 p { color: rgb(214,112,236); }

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

background-color css

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

 a { background-color: rgb(214,112,236); }

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

border-color css

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

 span { border-color: rgb(214,112,236); }

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