Html Css Color HEX #DC7FFC Heliotrope

📋 copy color: '#DC7FFC'

red 220 ◦ green 127 ◦ blue 252

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

Shades of Heliotrope #DC7FFC

Tints of Heliotrope #DC7FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 21.2%

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

R = 36.73%
G = 21.2%
B = 42.07%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC7FFC (or 0xDC7FFC) is known color: Heliotrope. HEX triplet: DC, 7F and FC. RGB value is (220,127,252). Sum of RGB (Red+Green+Blue) = 220+127+252=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 127 (50% from 255 or 21.20% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC7FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7FFC is #238003. Grayscale: #A8A8A8. Windows color (decimal): -2326532 or 16547804. OLE color: 16547804.

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

Color convert

RGB 220 127 252 -
CMYK 0.13 0.50 0 0.01
HSL 284.64º 0.95% 0.74% -
HSV(B) 284.64º 0.5% 0.99% -
XYZ 54.68 37.42 96.44 -
YUV 169.06 174.81 164.34 -
System Red Green Blue C M Y K H S L
Decimal 220 127 252 0.13 0.50 0 0.01 284.64 0.95 0.74
Hex DC 7F FC D 32 0 1 11D 5F 4A
Octal 334 177 374 15 62 0 1 435 137 112
Binary 11011100 1111111 11111100 1101 110010 0 1 100011101 1011111 1001010

Color Harmonies of #DC7FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7FFC

Black with #DC7FFC

Text Example


Text Example

White with #DC7FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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