Html Css Color HEX #DF8CFF Heliotrope

📋 copy color: '#DF8CFF'

red 223 ◦ green 140 ◦ blue 255

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

Shades of Heliotrope #DF8CFF

Tints of Heliotrope #DF8CFF

RGB

 RED value IS 223 (87.5% from 255) = 36.08%

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

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

R = 36.08%
G = 22.65%
B = 41.26%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DF8CFF (or 0xDF8CFF) is known color: Heliotrope. HEX triplet: DF, 8C and FF. RGB value is (223,140,255). Sum of RGB (Red+Green+Blue) = 223+140+255=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 140 (55.08% from 255 or 22.65% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF8CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8CFF is #207300. Grayscale: #B1B1B1. Windows color (decimal): -2126593 or 16747743. OLE color: 16747743.

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

Color convert

RGB 223 140 255 -
CMYK 0.13 0.45 0 0
HSL 283.3º 1% 0.77% -
HSV(B) 283.3º 0.45% 1% -
XYZ 57.86 41.66 99.6 -
YUV 177.93 171.5 160.15 -
System Red Green Blue C M Y K H S L
Decimal 223 140 255 0.13 0.45 0 0 283.3 1 0.77
Hex DF 8C FF D 2D 0 0 11B 64 4D
Octal 337 214 377 15 55 0 0 433 144 115
Binary 11011111 10001100 11111111 1101 101101 0 0 100011011 1100100 1001101

Color Harmonies of #DF8CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8CFF

Black with #DF8CFF

Text Example


Text Example

White with #DF8CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8CFF; }

 p { color: rgb(223,140,255); }

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

background-color css

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

 a { background-color: rgb(223,140,255); }

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

border-color css

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

 span { border-color: rgb(223,140,255); }

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