Html Css Color HEX #D06EFD Heliotrope

📋 copy color: '#D06EFD'

red 208 ◦ green 110 ◦ blue 253

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

Shades of Heliotrope #D06EFD

Tints of Heliotrope #D06EFD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.26%

 BLUE value IS 253 (99.22% from 255) = 44.31%

R = 36.43%
G = 19.26%
B = 44.31%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D06EFD (or 0xD06EFD) is known color: Heliotrope. HEX triplet: D0, 6E and FD. RGB value is (208,110,253). Sum of RGB (Red+Green+Blue) = 208+110+253=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 110 (43.36% from 255 or 19.26% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #D06EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06EFD is #2F9102. Grayscale: #9B9B9B. Windows color (decimal): -3117315 or 16608976. OLE color: 16608976.

HSL color Cylindrical-coordinate representation of color #D06EFD: hue angle of 281.12º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D06EFD is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 110 253 -
CMYK 0.18 0.57 0 0.01
HSL 281.12º 0.97% 0.71% -
HSV(B) 281.12º 0.57% 0.99% -
XYZ 49.32 31.65 96.44 -
YUV 155.6 182.97 165.37 -
System Red Green Blue C M Y K H S L
Decimal 208 110 253 0.18 0.57 0 0.01 281.12 0.97 0.71
Hex D0 6E FD 12 39 0 1 119 61 47
Octal 320 156 375 22 71 0 1 431 141 107
Binary 11010000 1101110 11111101 10010 111001 0 1 100011001 1100001 1000111

Color Harmonies of #D06EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06EFD

Black with #D06EFD

Text Example


Text Example

White with #D06EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06EFD; }

 p { color: rgb(208,110,253); }

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

background-color css

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

 a { background-color: rgb(208,110,253); }

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

border-color css

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

 span { border-color: rgb(208,110,253); }

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