Html Css Color HEX #DC87F1 Heliotrope

📋 copy color: '#DC87F1'

red 220 ◦ green 135 ◦ blue 241

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

Shades of Heliotrope #DC87F1

Tints of Heliotrope #DC87F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.44%

R = 36.91%
G = 22.65%
B = 40.44%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DC87F1 (or 0xDC87F1) is known color: Heliotrope. HEX triplet: DC, 87 and F1. RGB value is (220,135,241). Sum of RGB (Red+Green+Blue) = 220+135+241=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 135 (53.12% from 255 or 22.65% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC87F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC87F1 is #23780E. Grayscale: #ACACAC. Windows color (decimal): -2324495 or 15828956. OLE color: 15828956.

HSL color Cylindrical-coordinate representation of color #DC87F1: hue angle of 288.11º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC87F1 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 135 241 -
CMYK 0.09 0.44 0 0.05
HSL 288.11º 0.79% 0.74% -
HSV(B) 288.11º 0.44% 0.95% -
XYZ 54.06 38.89 87.88 -
YUV 172.5 166.66 161.88 -
System Red Green Blue C M Y K H S L
Decimal 220 135 241 0.09 0.44 0 0.05 288.11 0.79 0.74
Hex DC 87 F1 9 2C 0 5 120 4F 4A
Octal 334 207 361 11 54 0 5 440 117 112
Binary 11011100 10000111 11110001 1001 101100 0 101 100100000 1001111 1001010

Color Harmonies of #DC87F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC87F1

Black with #DC87F1

Text Example


Text Example

White with #DC87F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC87F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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