Html Css Color HEX #D675EE Heliotrope

📋 copy color: '#D675EE'

red 214 ◦ green 117 ◦ blue 238

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

Shades of Heliotrope #D675EE

Tints of Heliotrope #D675EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.83%

R = 37.61%
G = 20.56%
B = 41.83%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D675EE (or 0xD675EE) is known color: Heliotrope. HEX triplet: D6, 75 and EE. RGB value is (214,117,238). Sum of RGB (Red+Green+Blue) = 214+117+238=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 117 (46.09% from 255 or 20.56% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #D675EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D675EE is #298A11. Grayscale: #9F9F9F. Windows color (decimal): -2722322 or 15627734. OLE color: 15627734.

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

Color convert

RGB 214 117 238 -
CMYK 0.10 0.51 0 0.07
HSL 288.1º 0.78% 0.7% -
HSV(B) 288.1º 0.51% 0.93% -
XYZ 49.53 33.19 84.69 -
YUV 159.8 172.14 166.66 -
System Red Green Blue C M Y K H S L
Decimal 214 117 238 0.10 0.51 0 0.07 288.1 0.78 0.7
Hex D6 75 EE A 33 0 7 120 4E 46
Octal 326 165 356 12 63 0 7 440 116 106
Binary 11010110 1110101 11101110 1010 110011 0 111 100100000 1001110 1000110

Color Harmonies of #D675EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D675EE

Black with #D675EE

Text Example


Text Example

White with #D675EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D675EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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