Html Css Color HEX #D675EF Heliotrope

📋 copy color: '#D675EF'

red 214 ◦ green 117 ◦ blue 239

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

Shades of Heliotrope #D675EF

Tints of Heliotrope #D675EF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.53%

 BLUE value IS 239 (93.75% from 255) = 41.93%

R = 37.54%
G = 20.53%
B = 41.93%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D675EF (or 0xD675EF) is known color: Heliotrope. HEX triplet: D6, 75 and EF. RGB value is (214,117,239). Sum of RGB (Red+Green+Blue) = 214+117+239=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #D675EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D675EF is #298A10. Grayscale: #9F9F9F. Windows color (decimal): -2722321 or 15693270. OLE color: 15693270.

HSL color Cylindrical-coordinate representation of color #D675EF: hue angle of 287.7º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D675EF is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 117 239 -
CMYK 0.10 0.51 0 0.06
HSL 287.7º 0.79% 0.7% -
HSV(B) 287.7º 0.51% 0.94% -
XYZ 49.67 33.25 85.46 -
YUV 159.91 172.64 166.58 -
System Red Green Blue C M Y K H S L
Decimal 214 117 239 0.10 0.51 0 0.06 287.7 0.79 0.7
Hex D6 75 EF A 33 0 6 120 4F 46
Octal 326 165 357 12 63 0 6 440 117 106
Binary 11010110 1110101 11101111 1010 110011 0 110 100100000 1001111 1000110

Color Harmonies of #D675EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D675EF

Black with #D675EF

Text Example


Text Example

White with #D675EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D675EF; }

 p { color: rgb(214,117,239); }

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

background-color css

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

 a { background-color: rgb(214,117,239); }

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

border-color css

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

 span { border-color: rgb(214,117,239); }

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