Html Css Color HEX #D08FFF Heliotrope

📋 copy color: '#D08FFF'

red 208 ◦ green 143 ◦ blue 255

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

Shades of Heliotrope #D08FFF

Tints of Heliotrope #D08FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.6%

 BLUE value IS 255 (100% from 255) = 42.08%

R = 34.32%
G = 23.6%
B = 42.08%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D08FFF (or 0xD08FFF) is known color: Heliotrope. HEX triplet: D0, 8F and FF. RGB value is (208,143,255). Sum of RGB (Red+Green+Blue) = 208+143+255=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 143 (56.25% from 255 or 23.60% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #D08FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08FFF is #2F7000. Grayscale: #AEAEAE. Windows color (decimal): -3108865 or 16748496. OLE color: 16748496.

HSL color Cylindrical-coordinate representation of color #D08FFF: hue angle of 274.82º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D08FFF is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 208 143 255 -
CMYK 0.18 0.44 0 0
HSL 274.82º 1% 0.78% -
HSV(B) 274.82º 0.44% 1% -
XYZ 53.88 40.27 99.54 -
YUV 175.2 173.03 151.39 -
System Red Green Blue C M Y K H S L
Decimal 208 143 255 0.18 0.44 0 0 274.82 1 0.78
Hex D0 8F FF 12 2C 0 0 113 64 4E
Octal 320 217 377 22 54 0 0 423 144 116
Binary 11010000 10001111 11111111 10010 101100 0 0 100010011 1100100 1001110

Color Harmonies of #D08FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08FFF

Black with #D08FFF

Text Example


Text Example

White with #D08FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08FFF; }

 p { color: rgb(208,143,255); }

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

background-color css

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

 a { background-color: rgb(208,143,255); }

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

border-color css

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

 span { border-color: rgb(208,143,255); }

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