Html Css Color HEX #DC90FC Heliotrope

📋 copy color: '#DC90FC'

red 220 ◦ green 144 ◦ blue 252

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

Shades of Heliotrope #DC90FC

Tints of Heliotrope #DC90FC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.38%

 BLUE value IS 252 (98.83% from 255) = 40.91%

R = 35.71%
G = 23.38%
B = 40.91%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC90FC (or 0xDC90FC) is known color: Heliotrope. HEX triplet: DC, 90 and FC. RGB value is (220,144,252). Sum of RGB (Red+Green+Blue) = 220+144+252=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 144 (56.64% from 255 or 23.38% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC90FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC90FC is #236F03. Grayscale: #B2B2B2. Windows color (decimal): -2322180 or 16552156. OLE color: 16552156.

HSL color Cylindrical-coordinate representation of color #DC90FC: hue angle of 282.22º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC90FC is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 144 252 -
CMYK 0.13 0.43 0 0.01
HSL 282.22º 0.95% 0.78% -
HSV(B) 282.22º 0.43% 0.99% -
XYZ 57.06 42.19 97.23 -
YUV 179.04 169.18 157.22 -
System Red Green Blue C M Y K H S L
Decimal 220 144 252 0.13 0.43 0 0.01 282.22 0.95 0.78
Hex DC 90 FC D 2B 0 1 11A 5F 4E
Octal 334 220 374 15 53 0 1 432 137 116
Binary 11011100 10010000 11111100 1101 101011 0 1 100011010 1011111 1001110

Color Harmonies of #DC90FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC90FC

Black with #DC90FC

Text Example


Text Example

White with #DC90FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC90FC; }

 p { color: rgb(220,144,252); }

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

background-color css

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

 a { background-color: rgb(220,144,252); }

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

border-color css

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

 span { border-color: rgb(220,144,252); }

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