Html Css Color HEX #DC8FFD Heliotrope

📋 copy color: '#DC8FFD'

red 220 ◦ green 143 ◦ blue 253

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

Shades of Heliotrope #DC8FFD

Tints of Heliotrope #DC8FFD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.21%

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

R = 35.71%
G = 23.21%
B = 41.07%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC8FFD (or 0xDC8FFD) is known color: Heliotrope. HEX triplet: DC, 8F and FD. RGB value is (220,143,253). Sum of RGB (Red+Green+Blue) = 220+143+253=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 143 (56.25% from 255 or 23.21% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC8FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8FFD is #237002. Grayscale: #B2B2B2. Windows color (decimal): -2322435 or 16617436. OLE color: 16617436.

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

Color convert

RGB 220 143 253 -
CMYK 0.13 0.43 0 0.01
HSL 282º 0.96% 0.78% -
HSV(B) 282º 0.43% 0.99% -
XYZ 57.07 41.95 98.02 -
YUV 178.56 170.01 157.56 -
System Red Green Blue C M Y K H S L
Decimal 220 143 253 0.13 0.43 0 0.01 282 0.96 0.78
Hex DC 8F FD D 2B 0 1 11A 60 4E
Octal 334 217 375 15 53 0 1 432 140 116
Binary 11011100 10001111 11111101 1101 101011 0 1 100011010 1100000 1001110

Color Harmonies of #DC8FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8FFD

Black with #DC8FFD

Text Example


Text Example

White with #DC8FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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