Html Css Color HEX #D08CFE Heliotrope

📋 copy color: '#D08CFE'

red 208 ◦ green 140 ◦ blue 254

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

Shades of Heliotrope #D08CFE

Tints of Heliotrope #D08CFE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.26%

 BLUE value IS 254 (99.61% from 255) = 42.19%

R = 34.55%
G = 23.26%
B = 42.19%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D08CFE (or 0xD08CFE) is known color: Heliotrope. HEX triplet: D0, 8C and FE. RGB value is (208,140,254). Sum of RGB (Red+Green+Blue) = 208+140+254=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 140 (55.08% from 255 or 23.26% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #D08CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08CFE is #2F7301. Grayscale: #ACACAC. Windows color (decimal): -3109634 or 16682192. OLE color: 16682192.

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

Color convert

RGB 208 140 254 -
CMYK 0.18 0.45 0 0.00
HSL 275.79º 0.98% 0.77% -
HSV(B) 275.79º 0.45% 1% -
XYZ 53.28 39.32 98.55 -
YUV 173.33 173.53 152.73 -
System Red Green Blue C M Y K H S L
Decimal 208 140 254 0.18 0.45 0 0.00 275.79 0.98 0.77
Hex D0 8C FE 12 2D 0 0 114 62 4D
Octal 320 214 376 22 55 0 0 424 142 115
Binary 11010000 10001100 11111110 10010 101101 0 0 100010100 1100010 1001101

Color Harmonies of #D08CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08CFE

Black with #D08CFE

Text Example


Text Example

White with #D08CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08CFE; }

 p { color: rgb(208,140,254); }

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

background-color css

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

 a { background-color: rgb(208,140,254); }

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

border-color css

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

 span { border-color: rgb(208,140,254); }

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