Html Css Color HEX #DC8CFD Heliotrope

📋 copy color: '#DC8CFD'

red 220 ◦ green 140 ◦ blue 253

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

Shades of Heliotrope #DC8CFD

Tints of Heliotrope #DC8CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.27%

R = 35.89%
G = 22.84%
B = 41.27%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC8CFD (or 0xDC8CFD) is known color: Heliotrope. HEX triplet: DC, 8C and FD. RGB value is (220,140,253). Sum of RGB (Red+Green+Blue) = 220+140+253=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 140 (55.08% from 255 or 22.84% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC8CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8CFD is #237302. Grayscale: #B0B0B0. Windows color (decimal): -2323203 or 16616668. OLE color: 16616668.

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

Color convert

RGB 220 140 253 -
CMYK 0.13 0.45 0 0.01
HSL 282.48º 0.97% 0.77% -
HSV(B) 282.48º 0.45% 0.99% -
XYZ 56.62 41.06 97.87 -
YUV 176.8 171 158.81 -
System Red Green Blue C M Y K H S L
Decimal 220 140 253 0.13 0.45 0 0.01 282.48 0.97 0.77
Hex DC 8C FD D 2D 0 1 11A 61 4D
Octal 334 214 375 15 55 0 1 432 141 115
Binary 11011100 10001100 11111101 1101 101101 0 1 100011010 1100001 1001101

Color Harmonies of #DC8CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8CFD

Black with #DC8CFD

Text Example


Text Example

White with #DC8CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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