Html Css Color HEX #D65FED Heliotrope

📋 copy color: '#D65FED'

red 214 ◦ green 95 ◦ blue 237

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

Shades of Heliotrope #D65FED

Tints of Heliotrope #D65FED

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.4%

 BLUE value IS 237 (92.97% from 255) = 43.41%

R = 39.19%
G = 17.4%
B = 43.41%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D65FED (or 0xD65FED) is known color: Heliotrope. HEX triplet: D6, 5F and ED. RGB value is (214,95,237). Sum of RGB (Red+Green+Blue) = 214+95+237=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 95 (37.5% from 255 or 17.40% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #D65FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65FED is #29A012. Grayscale: #929292. Windows color (decimal): -2727955 or 15556566. OLE color: 15556566.

HSL color Cylindrical-coordinate representation of color #D65FED: hue angle of 290.28º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65FED is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 95 237 -
CMYK 0.10 0.60 0 0.07
HSL 290.28º 0.8% 0.65% -
HSV(B) 290.28º 0.6% 0.93% -
XYZ 47.11 28.59 83.16 -
YUV 146.77 178.92 175.95 -
System Red Green Blue C M Y K H S L
Decimal 214 95 237 0.10 0.60 0 0.07 290.28 0.8 0.65
Hex D6 5F ED A 3C 0 7 122 50 41
Octal 326 137 355 12 74 0 7 442 120 101
Binary 11010110 1011111 11101101 1010 111100 0 111 100100010 1010000 1000001

Color Harmonies of #D65FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65FED

Black with #D65FED

Text Example


Text Example

White with #D65FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65FED; }

 p { color: rgb(214,95,237); }

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

background-color css

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

 a { background-color: rgb(214,95,237); }

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

border-color css

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

 span { border-color: rgb(214,95,237); }

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