Html Css Color HEX #DC7CFC Heliotrope

📋 copy color: '#DC7CFC'

red 220 ◦ green 124 ◦ blue 252

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

Shades of Heliotrope #DC7CFC

Tints of Heliotrope #DC7CFC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.81%

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

R = 36.91%
G = 20.81%
B = 42.28%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC7CFC (or 0xDC7CFC) is known color: Heliotrope. HEX triplet: DC, 7C and FC. RGB value is (220,124,252). Sum of RGB (Red+Green+Blue) = 220+124+252=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 124 (48.83% from 255 or 20.81% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC7CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7CFC is #238303. Grayscale: #A6A6A6. Windows color (decimal): -2327300 or 16547036. OLE color: 16547036.

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

Color convert

RGB 220 124 252 -
CMYK 0.13 0.51 0 0.01
HSL 285º 0.96% 0.74% -
HSV(B) 285º 0.51% 0.99% -
XYZ 54.29 36.66 96.31 -
YUV 167.3 175.8 165.59 -
System Red Green Blue C M Y K H S L
Decimal 220 124 252 0.13 0.51 0 0.01 285 0.96 0.74
Hex DC 7C FC D 33 0 1 11D 60 4A
Octal 334 174 374 15 63 0 1 435 140 112
Binary 11011100 1111100 11111100 1101 110011 0 1 100011101 1100000 1001010

Color Harmonies of #DC7CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7CFC

Black with #DC7CFC

Text Example


Text Example

White with #DC7CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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