Html Css Color HEX #DC5CFB Heliotrope

📋 copy color: '#DC5CFB'

red 220 ◦ green 92 ◦ blue 251

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

Shades of Heliotrope #DC5CFB

Tints of Heliotrope #DC5CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.34%

 BLUE value IS 251 (98.44% from 255) = 44.58%

R = 39.08%
G = 16.34%
B = 44.58%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC5CFB (or 0xDC5CFB) is known color: Heliotrope. HEX triplet: DC, 5C and FB. RGB value is (220,92,251). Sum of RGB (Red+Green+Blue) = 220+92+251=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 92 (36.33% from 255 or 16.34% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC5CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5CFB is #23A304. Grayscale: #939393. Windows color (decimal): -2335493 or 16473308. OLE color: 16473308.

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

Color convert

RGB 220 92 251 -
CMYK 0.12 0.63 0 0.02
HSL 288.3º 0.95% 0.67% -
HSV(B) 288.3º 0.63% 0.98% -
XYZ 50.75 29.83 94.35 -
YUV 148.4 185.91 179.07 -
System Red Green Blue C M Y K H S L
Decimal 220 92 251 0.12 0.63 0 0.02 288.3 0.95 0.67
Hex DC 5C FB C 3F 0 2 120 5F 43
Octal 334 134 373 14 77 0 2 440 137 103
Binary 11011100 1011100 11111011 1100 111111 0 10 100100000 1011111 1000011

Color Harmonies of #DC5CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5CFB

Black with #DC5CFB

Text Example


Text Example

White with #DC5CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5CFB; }

 p { color: rgb(220,92,251); }

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

background-color css

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

 a { background-color: rgb(220,92,251); }

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

border-color css

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

 span { border-color: rgb(220,92,251); }

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