Html Css Color HEX #D068FB Heliotrope

📋 copy color: '#D068FB'

red 208 ◦ green 104 ◦ blue 251

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

Shades of Heliotrope #D068FB

Tints of Heliotrope #D068FB

RGB

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

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

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

R = 36.94%
G = 18.47%
B = 44.58%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D068FB (or 0xD068FB) is known color: Heliotrope. HEX triplet: D0, 68 and FB. RGB value is (208,104,251). Sum of RGB (Red+Green+Blue) = 208+104+251=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 104 (41.02% from 255 or 18.47% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #D068FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D068FB is #2F9704. Grayscale: #979797. Windows color (decimal): -3118853 or 16476368. OLE color: 16476368.

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

Color convert

RGB 208 104 251 -
CMYK 0.17 0.59 0 0.02
HSL 282.45º 0.95% 0.7% -
HSV(B) 282.45º 0.59% 0.98% -
XYZ 48.38 30.28 94.56 -
YUV 151.85 183.96 168.05 -
System Red Green Blue C M Y K H S L
Decimal 208 104 251 0.17 0.59 0 0.02 282.45 0.95 0.7
Hex D0 68 FB 11 3B 0 2 11A 5F 46
Octal 320 150 373 21 73 0 2 432 137 106
Binary 11010000 1101000 11111011 10001 111011 0 10 100011010 1011111 1000110

Color Harmonies of #D068FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D068FB

Black with #D068FB

Text Example


Text Example

White with #D068FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D068FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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