Html Css Color HEX #DC5CFC Heliotrope

📋 copy color: '#DC5CFC'

red 220 ◦ green 92 ◦ blue 252

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

Shades of Heliotrope #DC5CFC

Tints of Heliotrope #DC5CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.31%

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

R = 39.01%
G = 16.31%
B = 44.68%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC5CFC (or 0xDC5CFC) is known color: Heliotrope. HEX triplet: DC, 5C and FC. RGB value is (220,92,252). Sum of RGB (Red+Green+Blue) = 220+92+252=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 92 (36.33% from 255 or 16.31% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC5CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5CFC is #23A303. Grayscale: #949494. Windows color (decimal): -2335492 or 16538844. OLE color: 16538844.

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

Color convert

RGB 220 92 252 -
CMYK 0.13 0.63 0 0.01
HSL 288º 0.96% 0.67% -
HSV(B) 288º 0.63% 0.99% -
XYZ 50.91 29.9 95.18 -
YUV 148.51 186.41 178.99 -
System Red Green Blue C M Y K H S L
Decimal 220 92 252 0.13 0.63 0 0.01 288 0.96 0.67
Hex DC 5C FC D 3F 0 1 120 60 43
Octal 334 134 374 15 77 0 1 440 140 103
Binary 11011100 1011100 11111100 1101 111111 0 1 100100000 1100000 1000011

Color Harmonies of #DC5CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5CFC

Black with #DC5CFC

Text Example


Text Example

White with #DC5CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5CFC; }

 p { color: rgb(220,92,252); }

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

background-color css

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

 a { background-color: rgb(220,92,252); }

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

border-color css

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

 span { border-color: rgb(220,92,252); }

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