Html Css Color HEX #DF8CFC Heliotrope

📋 copy color: '#DF8CFC'

red 223 ◦ green 140 ◦ blue 252

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

Shades of Heliotrope #DF8CFC

Tints of Heliotrope #DF8CFC

RGB

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

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

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

R = 36.26%
G = 22.76%
B = 40.98%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF8CFC (or 0xDF8CFC) is known color: Heliotrope. HEX triplet: DF, 8C and FC. RGB value is (223,140,252). Sum of RGB (Red+Green+Blue) = 223+140+252=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 140 (55.08% from 255 or 22.76% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF8CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8CFC is #207303. Grayscale: #B1B1B1. Windows color (decimal): -2126596 or 16551135. OLE color: 16551135.

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

Color convert

RGB 223 140 252 -
CMYK 0.12 0.44 0 0.01
HSL 284.46º 0.95% 0.77% -
HSV(B) 284.46º 0.44% 0.99% -
XYZ 57.38 41.47 97.08 -
YUV 177.59 170 160.39 -
System Red Green Blue C M Y K H S L
Decimal 223 140 252 0.12 0.44 0 0.01 284.46 0.95 0.77
Hex DF 8C FC C 2C 0 1 11C 5F 4D
Octal 337 214 374 14 54 0 1 434 137 115
Binary 11011111 10001100 11111100 1100 101100 0 1 100011100 1011111 1001101

Color Harmonies of #DF8CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8CFC

Black with #DF8CFC

Text Example


Text Example

White with #DF8CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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