Html Css Color HEX #D068EB Heliotrope

📋 copy color: '#D068EB'

red 208 ◦ green 104 ◦ blue 235

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

Shades of Heliotrope #D068EB

Tints of Heliotrope #D068EB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.01%

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

R = 38.03%
G = 19.01%
B = 42.96%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D068EB (or 0xD068EB) is known color: Heliotrope. HEX triplet: D0, 68 and EB. RGB value is (208,104,235). Sum of RGB (Red+Green+Blue) = 208+104+235=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #D068EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D068EB is #2F9714. Grayscale: #959595. Windows color (decimal): -3118869 or 15427792. OLE color: 15427792.

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

Color convert

RGB 208 104 235 -
CMYK 0.11 0.56 0 0.08
HSL 287.63º 0.77% 0.66% -
HSV(B) 287.63º 0.56% 0.92% -
XYZ 45.96 29.31 81.83 -
YUV 150.03 175.96 169.35 -
System Red Green Blue C M Y K H S L
Decimal 208 104 235 0.11 0.56 0 0.08 287.63 0.77 0.66
Hex D0 68 EB B 38 0 8 120 4D 42
Octal 320 150 353 13 70 0 10 440 115 102
Binary 11010000 1101000 11101011 1011 111000 0 1000 100100000 1001101 1000010

Color Harmonies of #D068EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D068EB

Black with #D068EB

Text Example


Text Example

White with #D068EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D068EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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