Html Css Color HEX #D675EA Heliotrope

📋 copy color: '#D675EA'

red 214 ◦ green 117 ◦ blue 234

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

Shades of Heliotrope #D675EA

Tints of Heliotrope #D675EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.42%

R = 37.88%
G = 20.71%
B = 41.42%

CMYK

 C value IS 0.09

 M value IS 0.5

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D675EA (or 0xD675EA) is known color: Heliotrope. HEX triplet: D6, 75 and EA. RGB value is (214,117,234). Sum of RGB (Red+Green+Blue) = 214+117+234=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #D675EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D675EA is #298A15. Grayscale: #9E9E9E. Windows color (decimal): -2722326 or 15365590. OLE color: 15365590.

HSL color Cylindrical-coordinate representation of color #D675EA: hue angle of 289.74º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D675EA is Cyan = 0.09, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 117 234 -
CMYK 0.09 0.5 0 0.08
HSL 289.74º 0.74% 0.69% -
HSV(B) 289.74º 0.5% 0.92% -
XYZ 48.94 32.96 81.62 -
YUV 159.34 170.14 166.99 -
System Red Green Blue C M Y K H S L
Decimal 214 117 234 0.09 0.5 0 0.08 289.74 0.74 0.69
Hex D6 75 EA 9 32 0 8 122 4A 45
Octal 326 165 352 11 62 0 10 442 112 105
Binary 11010110 1110101 11101010 1001 110010 0 1000 100100010 1001010 1000101

Color Harmonies of #D675EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D675EA

Black with #D675EA

Text Example


Text Example

White with #D675EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D675EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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