Html Css Color HEX #D06CFB Heliotrope

📋 copy color: '#D06CFB'

red 208 ◦ green 108 ◦ blue 251

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

Shades of Heliotrope #D06CFB

Tints of Heliotrope #D06CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.05%

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

R = 36.68%
G = 19.05%
B = 44.27%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D06CFB (or 0xD06CFB) is known color: Heliotrope. HEX triplet: D0, 6C and FB. RGB value is (208,108,251). Sum of RGB (Red+Green+Blue) = 208+108+251=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 108 (42.58% from 255 or 19.05% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #D06CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06CFB is #2F9304. Grayscale: #999999. Windows color (decimal): -3117829 or 16477392. OLE color: 16477392.

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

Color convert

RGB 208 108 251 -
CMYK 0.17 0.57 0 0.02
HSL 281.96º 0.95% 0.7% -
HSV(B) 281.96º 0.57% 0.98% -
XYZ 48.79 31.1 94.7 -
YUV 154.2 182.63 166.37 -
System Red Green Blue C M Y K H S L
Decimal 208 108 251 0.17 0.57 0 0.02 281.96 0.95 0.7
Hex D0 6C FB 11 39 0 2 11A 5F 46
Octal 320 154 373 21 71 0 2 432 137 106
Binary 11010000 1101100 11111011 10001 111001 0 10 100011010 1011111 1000110

Color Harmonies of #D06CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06CFB

Black with #D06CFB

Text Example


Text Example

White with #D06CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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