Html Css Color HEX #D06FFB Heliotrope

📋 copy color: '#D06FFB'

red 208 ◦ green 111 ◦ blue 251

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

Shades of Heliotrope #D06FFB

Tints of Heliotrope #D06FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.04%

R = 36.49%
G = 19.47%
B = 44.04%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D06FFB (or 0xD06FFB) is known color: Heliotrope. HEX triplet: D0, 6F and FB. RGB value is (208,111,251). Sum of RGB (Red+Green+Blue) = 208+111+251=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 111 (43.75% from 255 or 19.47% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #D06FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06FFB is #2F9004. Grayscale: #9B9B9B. Windows color (decimal): -3117061 or 16478160. OLE color: 16478160.

HSL color Cylindrical-coordinate representation of color #D06FFB: hue angle of 281.57º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D06FFB is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 111 251 -
CMYK 0.17 0.56 0 0.02
HSL 281.57º 0.95% 0.71% -
HSV(B) 281.57º 0.56% 0.98% -
XYZ 49.11 31.74 94.81 -
YUV 155.96 181.64 165.12 -
System Red Green Blue C M Y K H S L
Decimal 208 111 251 0.17 0.56 0 0.02 281.57 0.95 0.71
Hex D0 6F FB 11 38 0 2 11A 5F 47
Octal 320 157 373 21 70 0 2 432 137 107
Binary 11010000 1101111 11111011 10001 111000 0 10 100011010 1011111 1000111

Color Harmonies of #D06FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06FFB

Black with #D06FFB

Text Example


Text Example

White with #D06FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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