Html Css Color HEX #D05FED Heliotrope

📋 copy color: '#D05FED'

red 208 ◦ green 95 ◦ blue 237

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

Shades of Heliotrope #D05FED

Tints of Heliotrope #D05FED

RGB

 RED value IS 208 (81.64% from 255) = 38.52%

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

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

R = 38.52%
G = 17.59%
B = 43.89%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D05FED (or 0xD05FED) is known color: Heliotrope. HEX triplet: D0, 5F and ED. RGB value is (208,95,237). Sum of RGB (Red+Green+Blue) = 208+95+237=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 95 (37.5% from 255 or 17.59% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #D05FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05FED is #2FA012. Grayscale: #909090. Windows color (decimal): -3121171 or 15556560. OLE color: 15556560.

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

Color convert

RGB 208 95 237 -
CMYK 0.12 0.60 0 0.07
HSL 287.75º 0.8% 0.65% -
HSV(B) 287.75º 0.6% 0.93% -
XYZ 45.39 27.71 83.08 -
YUV 144.98 179.94 172.95 -
System Red Green Blue C M Y K H S L
Decimal 208 95 237 0.12 0.60 0 0.07 287.75 0.8 0.65
Hex D0 5F ED C 3C 0 7 120 50 41
Octal 320 137 355 14 74 0 7 440 120 101
Binary 11010000 1011111 11101101 1100 111100 0 111 100100000 1010000 1000001

Color Harmonies of #D05FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05FED

Black with #D05FED

Text Example


Text Example

White with #D05FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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