Html Css Color HEX #D08FFD Heliotrope

📋 copy color: '#D08FFD'

red 208 ◦ green 143 ◦ blue 253

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

Shades of Heliotrope #D08FFD

Tints of Heliotrope #D08FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.89%

R = 34.44%
G = 23.68%
B = 41.89%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D08FFD (or 0xD08FFD) is known color: Heliotrope. HEX triplet: D0, 8F and FD. RGB value is (208,143,253). Sum of RGB (Red+Green+Blue) = 208+143+253=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 143 (56.25% from 255 or 23.68% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #D08FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08FFD is #2F7002. Grayscale: #AEAEAE. Windows color (decimal): -3108867 or 16617424. OLE color: 16617424.

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

Color convert

RGB 208 143 253 -
CMYK 0.18 0.43 0 0.01
HSL 275.45º 0.96% 0.78% -
HSV(B) 275.45º 0.43% 0.99% -
XYZ 53.56 40.15 97.85 -
YUV 174.98 172.03 151.56 -
System Red Green Blue C M Y K H S L
Decimal 208 143 253 0.18 0.43 0 0.01 275.45 0.96 0.78
Hex D0 8F FD 12 2B 0 1 113 60 4E
Octal 320 217 375 22 53 0 1 423 140 116
Binary 11010000 10001111 11111101 10010 101011 0 1 100010011 1100000 1001110

Color Harmonies of #D08FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08FFD

Black with #D08FFD

Text Example


Text Example

White with #D08FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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