Html Css Color HEX #D08CFC Heliotrope

📋 copy color: '#D08CFC'

red 208 ◦ green 140 ◦ blue 252

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

Shades of Heliotrope #D08CFC

Tints of Heliotrope #D08CFC

RGB

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

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

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

R = 34.67%
G = 23.33%
B = 42%

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

#D08CFC (or 0xD08CFC) is known color: Heliotrope. HEX triplet: D0, 8C and FC. RGB value is (208,140,252). Sum of RGB (Red+Green+Blue) = 208+140+252=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 140 (55.08% from 255 or 23.33% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #D08CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08CFC is #2F7303. Grayscale: #ACACAC. Windows color (decimal): -3109636 or 16551120. OLE color: 16551120.

HSL color Cylindrical-coordinate representation of color #D08CFC: hue angle of 276.43º 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 #D08CFC is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 140 252 -
CMYK 0.17 0.44 0 0.01
HSL 276.43º 0.95% 0.77% -
HSV(B) 276.43º 0.44% 0.99% -
XYZ 52.96 39.19 96.87 -
YUV 173.1 172.53 152.89 -
System Red Green Blue C M Y K H S L
Decimal 208 140 252 0.17 0.44 0 0.01 276.43 0.95 0.77
Hex D0 8C FC 11 2C 0 1 114 5F 4D
Octal 320 214 374 21 54 0 1 424 137 115
Binary 11010000 10001100 11111100 10001 101100 0 1 100010100 1011111 1001101

Color Harmonies of #D08CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08CFC

Black with #D08CFC

Text Example


Text Example

White with #D08CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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