Html Css Color HEX #D06BEB Heliotrope

📋 copy color: '#D06BEB'

red 208 ◦ green 107 ◦ blue 235

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

Shades of Heliotrope #D06BEB

Tints of Heliotrope #D06BEB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.45%

 BLUE value IS 235 (92.19% from 255) = 42.73%

R = 37.82%
G = 19.45%
B = 42.73%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D06BEB (or 0xD06BEB) is known color: Heliotrope. HEX triplet: D0, 6B and EB. RGB value is (208,107,235). Sum of RGB (Red+Green+Blue) = 208+107+235=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 107 (42.19% from 255 or 19.45% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #D06BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06BEB is #2F9414. Grayscale: #979797. Windows color (decimal): -3118101 or 15428560. OLE color: 15428560.

HSL color Cylindrical-coordinate representation of color #D06BEB: hue angle of 287.34º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D06BEB is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 107 235 -
CMYK 0.11 0.54 0 0.08
HSL 287.34º 0.76% 0.67% -
HSV(B) 287.34º 0.54% 0.92% -
XYZ 46.27 29.92 81.93 -
YUV 151.79 174.96 168.09 -
System Red Green Blue C M Y K H S L
Decimal 208 107 235 0.11 0.54 0 0.08 287.34 0.76 0.67
Hex D0 6B EB B 36 0 8 11F 4C 43
Octal 320 153 353 13 66 0 10 437 114 103
Binary 11010000 1101011 11101011 1011 110110 0 1000 100011111 1001100 1000011

Color Harmonies of #D06BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06BEB

Black with #D06BEB

Text Example


Text Example

White with #D06BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06BEB; }

 p { color: rgb(208,107,235); }

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

background-color css

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

 a { background-color: rgb(208,107,235); }

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

border-color css

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

 span { border-color: rgb(208,107,235); }

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