Html Css Color HEX #D08DFC Heliotrope

📋 copy color: '#D08DFC'

red 208 ◦ green 141 ◦ blue 252

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

Shades of Heliotrope #D08DFC

Tints of Heliotrope #D08DFC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.46%

 BLUE value IS 252 (98.83% from 255) = 41.93%

R = 34.61%
G = 23.46%
B = 41.93%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D08DFC (or 0xD08DFC) is known color: Heliotrope. HEX triplet: D0, 8D and FC. RGB value is (208,141,252). Sum of RGB (Red+Green+Blue) = 208+141+252=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 141 (55.47% from 255 or 23.46% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #D08DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08DFC is #2F7203. Grayscale: #ADADAD. Windows color (decimal): -3109380 or 16551376. OLE color: 16551376.

HSL color Cylindrical-coordinate representation of color #D08DFC: hue angle of 276.22º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D08DFC is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 141 252 -
CMYK 0.17 0.44 0 0.01
HSL 276.22º 0.95% 0.77% -
HSV(B) 276.22º 0.44% 0.99% -
XYZ 53.11 39.49 96.92 -
YUV 173.69 172.2 152.47 -
System Red Green Blue C M Y K H S L
Decimal 208 141 252 0.17 0.44 0 0.01 276.22 0.95 0.77
Hex D0 8D FC 11 2C 0 1 114 5F 4D
Octal 320 215 374 21 54 0 1 424 137 115
Binary 11010000 10001101 11111100 10001 101100 0 1 100010100 1011111 1001101

Color Harmonies of #D08DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08DFC

Black with #D08DFC

Text Example


Text Example

White with #D08DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08DFC; }

 p { color: rgb(208,141,252); }

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

background-color css

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

 a { background-color: rgb(208,141,252); }

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

border-color css

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

 span { border-color: rgb(208,141,252); }

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