Html Css Color HEX #D475EE Heliotrope

📋 copy color: '#D475EE'

red 212 ◦ green 117 ◦ blue 238

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

Shades of Heliotrope #D475EE

Tints of Heliotrope #D475EE

RGB

 RED value IS 212 (83.2% from 255) = 37.39%

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

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

R = 37.39%
G = 20.63%
B = 41.98%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D475EE (or 0xD475EE) is known color: Heliotrope. HEX triplet: D4, 75 and EE. RGB value is (212,117,238). Sum of RGB (Red+Green+Blue) = 212+117+238=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #D475EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D475EE is #2B8A11. Grayscale: #9E9E9E. Windows color (decimal): -2853394 or 15627732. OLE color: 15627732.

HSL color Cylindrical-coordinate representation of color #D475EE: hue angle of 287.11º 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 #D475EE is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 117 238 -
CMYK 0.11 0.51 0 0.07
HSL 287.11º 0.78% 0.7% -
HSV(B) 287.11º 0.51% 0.93% -
XYZ 48.95 32.89 84.66 -
YUV 159.2 172.47 165.66 -
System Red Green Blue C M Y K H S L
Decimal 212 117 238 0.11 0.51 0 0.07 287.11 0.78 0.7
Hex D4 75 EE B 33 0 7 11F 4E 46
Octal 324 165 356 13 63 0 7 437 116 106
Binary 11010100 1110101 11101110 1011 110011 0 111 100011111 1001110 1000110

Color Harmonies of #D475EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D475EE

Black with #D475EE

Text Example


Text Example

White with #D475EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D475EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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