Html Css Color HEX #DC87FA Heliotrope

📋 copy color: '#DC87FA'

red 220 ◦ green 135 ◦ blue 250

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

Shades of Heliotrope #DC87FA

Tints of Heliotrope #DC87FA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 22.31%

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

R = 36.36%
G = 22.31%
B = 41.32%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC87FA (or 0xDC87FA) is known color: Heliotrope. HEX triplet: DC, 87 and FA. RGB value is (220,135,250). Sum of RGB (Red+Green+Blue) = 220+135+250=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 135 (53.12% from 255 or 22.31% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC87FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC87FA is #237805. Grayscale: #ADADAD. Windows color (decimal): -2324486 or 16418780. OLE color: 16418780.

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

Color convert

RGB 220 135 250 -
CMYK 0.12 0.46 0 0.02
HSL 284.35º 0.92% 0.75% -
HSV(B) 284.35º 0.46% 0.98% -
XYZ 55.43 39.45 95.13 -
YUV 173.53 171.16 161.15 -
System Red Green Blue C M Y K H S L
Decimal 220 135 250 0.12 0.46 0 0.02 284.35 0.92 0.75
Hex DC 87 FA C 2E 0 2 11C 5C 4B
Octal 334 207 372 14 56 0 2 434 134 113
Binary 11011100 10000111 11111010 1100 101110 0 10 100011100 1011100 1001011

Color Harmonies of #DC87FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC87FA

Black with #DC87FA

Text Example


Text Example

White with #DC87FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC87FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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