Html Css Color HEX #DC8CFB Heliotrope

📋 copy color: '#DC8CFB'

red 220 ◦ green 140 ◦ blue 251

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

Shades of Heliotrope #DC8CFB

Tints of Heliotrope #DC8CFB

RGB

 RED value IS 220 (86.33% from 255) = 36.01%

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

 BLUE value IS 251 (98.44% from 255) = 41.08%

R = 36.01%
G = 22.91%
B = 41.08%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC8CFB (or 0xDC8CFB) is known color: Heliotrope. HEX triplet: DC, 8C and FB. RGB value is (220,140,251). Sum of RGB (Red+Green+Blue) = 220+140+251=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 140 (55.08% from 255 or 22.91% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC8CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8CFB is #237304. Grayscale: #B0B0B0. Windows color (decimal): -2323205 or 16485596. OLE color: 16485596.

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

Color convert

RGB 220 140 251 -
CMYK 0.12 0.44 0 0.02
HSL 283.24º 0.93% 0.77% -
HSV(B) 283.24º 0.44% 0.98% -
XYZ 56.31 40.94 96.2 -
YUV 176.57 170 158.97 -
System Red Green Blue C M Y K H S L
Decimal 220 140 251 0.12 0.44 0 0.02 283.24 0.93 0.77
Hex DC 8C FB C 2C 0 2 11B 5D 4D
Octal 334 214 373 14 54 0 2 433 135 115
Binary 11011100 10001100 11111011 1100 101100 0 10 100011011 1011101 1001101

Color Harmonies of #DC8CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8CFB

Black with #DC8CFB

Text Example


Text Example

White with #DC8CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8CFB; }

 p { color: rgb(220,140,251); }

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

background-color css

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

 a { background-color: rgb(220,140,251); }

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

border-color css

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

 span { border-color: rgb(220,140,251); }

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