Html Css Color HEX #D068ED Heliotrope

📋 copy color: '#D068ED'

red 208 ◦ green 104 ◦ blue 237

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

Shades of Heliotrope #D068ED

Tints of Heliotrope #D068ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.17%

R = 37.89%
G = 18.94%
B = 43.17%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D068ED (or 0xD068ED) is known color: Heliotrope. HEX triplet: D0, 68 and ED. RGB value is (208,104,237). Sum of RGB (Red+Green+Blue) = 208+104+237=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 104 (41.02% from 255 or 18.94% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #D068ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D068ED is #2F9712. Grayscale: #959595. Windows color (decimal): -3118867 or 15558864. OLE color: 15558864.

HSL color Cylindrical-coordinate representation of color #D068ED: hue angle of 286.92º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D068ED is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 104 237 -
CMYK 0.12 0.56 0 0.07
HSL 286.92º 0.79% 0.67% -
HSV(B) 286.92º 0.56% 0.93% -
XYZ 46.25 29.42 83.36 -
YUV 150.26 176.96 169.19 -
System Red Green Blue C M Y K H S L
Decimal 208 104 237 0.12 0.56 0 0.07 286.92 0.79 0.67
Hex D0 68 ED C 38 0 7 11F 4F 43
Octal 320 150 355 14 70 0 7 437 117 103
Binary 11010000 1101000 11101101 1100 111000 0 111 100011111 1001111 1000011

Color Harmonies of #D068ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D068ED

Black with #D068ED

Text Example


Text Example

White with #D068ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D068ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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