Html Css Color HEX #D06FEE Heliotrope

📋 copy color: '#D06FEE'

red 208 ◦ green 111 ◦ blue 238

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

Shades of Heliotrope #D06FEE

Tints of Heliotrope #D06FEE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.93%

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

R = 37.34%
G = 19.93%
B = 42.73%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D06FEE (or 0xD06FEE) is known color: Heliotrope. HEX triplet: D0, 6F and EE. RGB value is (208,111,238). Sum of RGB (Red+Green+Blue) = 208+111+238=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 111 (43.75% from 255 or 19.93% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #D06FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06FEE is #2F9011. Grayscale: #9A9A9A. Windows color (decimal): -3117074 or 15626192. OLE color: 15626192.

HSL color Cylindrical-coordinate representation of color #D06FEE: hue angle of 285.83º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D06FEE is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 111 238 -
CMYK 0.13 0.53 0 0.07
HSL 285.83º 0.79% 0.68% -
HSV(B) 285.83º 0.53% 0.93% -
XYZ 47.13 30.95 84.38 -
YUV 154.48 175.14 166.17 -
System Red Green Blue C M Y K H S L
Decimal 208 111 238 0.13 0.53 0 0.07 285.83 0.79 0.68
Hex D0 6F EE D 35 0 7 11E 4F 44
Octal 320 157 356 15 65 0 7 436 117 104
Binary 11010000 1101111 11101110 1101 110101 0 111 100011110 1001111 1000100

Color Harmonies of #D06FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06FEE

Black with #D06FEE

Text Example


Text Example

White with #D06FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06FEE; }

 p { color: rgb(208,111,238); }

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

background-color css

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

 a { background-color: rgb(208,111,238); }

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

border-color css

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

 span { border-color: rgb(208,111,238); }

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