Html Css Color HEX #D06DFD Heliotrope

📋 copy color: '#D06DFD'

red 208 ◦ green 109 ◦ blue 253

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

Shades of Heliotrope #D06DFD

Tints of Heliotrope #D06DFD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.12%

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

R = 36.49%
G = 19.12%
B = 44.39%

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

#D06DFD (or 0xD06DFD) is known color: Heliotrope. HEX triplet: D0, 6D and FD. RGB value is (208,109,253). Sum of RGB (Red+Green+Blue) = 208+109+253=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 109 (42.97% from 255 or 19.12% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #D06DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06DFD is #2F9202. Grayscale: #9A9A9A. Windows color (decimal): -3117571 or 16608720. OLE color: 16608720.

HSL color Cylindrical-coordinate representation of color #D06DFD: hue angle of 281.25º 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 #D06DFD is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 109 253 -
CMYK 0.18 0.57 0 0.01
HSL 281.25º 0.97% 0.71% -
HSV(B) 281.25º 0.57% 0.99% -
XYZ 49.21 31.44 96.4 -
YUV 155.02 183.3 165.79 -
System Red Green Blue C M Y K H S L
Decimal 208 109 253 0.18 0.57 0 0.01 281.25 0.97 0.71
Hex D0 6D FD 12 39 0 1 119 61 47
Octal 320 155 375 22 71 0 1 431 141 107
Binary 11010000 1101101 11111101 10010 111001 0 1 100011001 1100001 1000111

Color Harmonies of #D06DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06DFD

Black with #D06DFD

Text Example


Text Example

White with #D06DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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