Html Css Color HEX #DC7BFA Heliotrope

📋 copy color: '#DC7BFA'

red 220 ◦ green 123 ◦ blue 250

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

Shades of Heliotrope #DC7BFA

Tints of Heliotrope #DC7BFA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.74%

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

R = 37.1%
G = 20.74%
B = 42.16%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC7BFA (or 0xDC7BFA) is known color: Heliotrope. HEX triplet: DC, 7B and FA. RGB value is (220,123,250). Sum of RGB (Red+Green+Blue) = 220+123+250=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 123 (48.44% from 255 or 20.74% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC7BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7BFA is #238405. Grayscale: #A6A6A6. Windows color (decimal): -2327558 or 16415708. OLE color: 16415708.

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

Color convert

RGB 220 123 250 -
CMYK 0.12 0.51 0 0.02
HSL 285.83º 0.93% 0.73% -
HSV(B) 285.83º 0.51% 0.98% -
XYZ 53.85 36.28 94.61 -
YUV 166.48 175.14 166.17 -
System Red Green Blue C M Y K H S L
Decimal 220 123 250 0.12 0.51 0 0.02 285.83 0.93 0.73
Hex DC 7B FA C 33 0 2 11E 5D 49
Octal 334 173 372 14 63 0 2 436 135 111
Binary 11011100 1111011 11111010 1100 110011 0 10 100011110 1011101 1001001

Color Harmonies of #DC7BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7BFA

Black with #DC7BFA

Text Example


Text Example

White with #DC7BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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