Html Css Color HEX #D08CFA Heliotrope

📋 copy color: '#D08CFA'

red 208 ◦ green 140 ◦ blue 250

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

Shades of Heliotrope #D08CFA

Tints of Heliotrope #D08CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.81%

R = 34.78%
G = 23.41%
B = 41.81%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D08CFA (or 0xD08CFA) is known color: Heliotrope. HEX triplet: D0, 8C and FA. RGB value is (208,140,250). Sum of RGB (Red+Green+Blue) = 208+140+250=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 140 (55.08% from 255 or 23.41% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #D08CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08CFA is #2F7305. Grayscale: #ACACAC. Windows color (decimal): -3109638 or 16420048. OLE color: 16420048.

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

Color convert

RGB 208 140 250 -
CMYK 0.17 0.44 0 0.02
HSL 277.09º 0.92% 0.76% -
HSV(B) 277.09º 0.44% 0.98% -
XYZ 52.65 39.07 95.21 -
YUV 172.87 171.53 153.06 -
System Red Green Blue C M Y K H S L
Decimal 208 140 250 0.17 0.44 0 0.02 277.09 0.92 0.76
Hex D0 8C FA 11 2C 0 2 115 5C 4C
Octal 320 214 372 21 54 0 2 425 134 114
Binary 11010000 10001100 11111010 10001 101100 0 10 100010101 1011100 1001100

Color Harmonies of #D08CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08CFA

Black with #D08CFA

Text Example


Text Example

White with #D08CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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