Html Css Color HEX #DC7FFA Heliotrope

📋 copy color: '#DC7FFA'

red 220 ◦ green 127 ◦ blue 250

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

Shades of Heliotrope #DC7FFA

Tints of Heliotrope #DC7FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.88%

R = 36.85%
G = 21.27%
B = 41.88%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC7FFA (or 0xDC7FFA) is known color: Heliotrope. HEX triplet: DC, 7F and FA. RGB value is (220,127,250). Sum of RGB (Red+Green+Blue) = 220+127+250=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 127 (50% from 255 or 21.27% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC7FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7FFA is #238005. Grayscale: #A8A8A8. Windows color (decimal): -2326534 or 16416732. OLE color: 16416732.

HSL color Cylindrical-coordinate representation of color #DC7FFA: hue angle of 285.37º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7FFA is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 127 250 -
CMYK 0.12 0.49 0 0.02
HSL 285.37º 0.92% 0.74% -
HSV(B) 285.37º 0.49% 0.98% -
XYZ 54.36 37.3 94.78 -
YUV 168.83 173.81 164.5 -
System Red Green Blue C M Y K H S L
Decimal 220 127 250 0.12 0.49 0 0.02 285.37 0.92 0.74
Hex DC 7F FA C 31 0 2 11D 5C 4A
Octal 334 177 372 14 61 0 2 435 134 112
Binary 11011100 1111111 11111010 1100 110001 0 10 100011101 1011100 1001010

Color Harmonies of #DC7FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7FFA

Black with #DC7FFA

Text Example


Text Example

White with #DC7FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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