Html Css Color HEX #D068F3 Heliotrope

📋 copy color: '#D068F3'

red 208 ◦ green 104 ◦ blue 243

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

Shades of Heliotrope #D068F3

Tints of Heliotrope #D068F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.78%

R = 37.48%
G = 18.74%
B = 43.78%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D068F3 (or 0xD068F3) is known color: Heliotrope. HEX triplet: D0, 68 and F3. RGB value is (208,104,243). Sum of RGB (Red+Green+Blue) = 208+104+243=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 104 (41.02% from 255 or 18.74% from 555); Blue value is 243 (95.31% from 255 or 43.78% from 555); Max value from RGB is 243 - color contains mainly: blue. Hex color #D068F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D068F3 is #2F970C. Grayscale: #969696. Windows color (decimal): -3118861 or 15952080. OLE color: 15952080.

HSL color Cylindrical-coordinate representation of color #D068F3: hue angle of 284.89º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D068F3 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 104 243 -
CMYK 0.14 0.57 0 0.05
HSL 284.89º 0.85% 0.68% -
HSV(B) 284.89º 0.57% 0.95% -
XYZ 47.14 29.78 88.06 -
YUV 150.94 179.96 168.7 -
System Red Green Blue C M Y K H S L
Decimal 208 104 243 0.14 0.57 0 0.05 284.89 0.85 0.68
Hex D0 68 F3 E 39 0 5 11D 55 44
Octal 320 150 363 16 71 0 5 435 125 104
Binary 11010000 1101000 11110011 1110 111001 0 101 100011101 1010101 1000100

Color Harmonies of #D068F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D068F3

Black with #D068F3

Text Example


Text Example

White with #D068F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D068F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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