Html Css Color HEX #DC84FA Heliotrope

📋 copy color: '#DC84FA'

red 220 ◦ green 132 ◦ blue 250

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

Shades of Heliotrope #DC84FA

Tints of Heliotrope #DC84FA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 21.93%

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

R = 36.54%
G = 21.93%
B = 41.53%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC84FA (or 0xDC84FA) is known color: Heliotrope. HEX triplet: DC, 84 and FA. RGB value is (220,132,250). Sum of RGB (Red+Green+Blue) = 220+132+250=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 132 (51.95% from 255 or 21.93% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC84FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC84FA is #237B05. Grayscale: #ABABAB. Windows color (decimal): -2325254 or 16418012. OLE color: 16418012.

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

Color convert

RGB 220 132 250 -
CMYK 0.12 0.47 0 0.02
HSL 284.75º 0.92% 0.75% -
HSV(B) 284.75º 0.47% 0.98% -
XYZ 55.02 38.62 95 -
YUV 171.76 172.15 162.41 -
System Red Green Blue C M Y K H S L
Decimal 220 132 250 0.12 0.47 0 0.02 284.75 0.92 0.75
Hex DC 84 FA C 2F 0 2 11D 5C 4B
Octal 334 204 372 14 57 0 2 435 134 113
Binary 11011100 10000100 11111010 1100 101111 0 10 100011101 1011100 1001011

Color Harmonies of #DC84FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC84FA

Black with #DC84FA

Text Example


Text Example

White with #DC84FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC84FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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