Html Css Color HEX #DC92F6 Heliotrope

📋 copy color: '#DC92F6'

red 220 ◦ green 146 ◦ blue 246

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

Shades of Heliotrope #DC92F6

Tints of Heliotrope #DC92F6

RGB

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

 GREEN value IS 146 (57.42% from 255) = 23.86%

 BLUE value IS 246 (96.48% from 255) = 40.2%

R = 35.95%
G = 23.86%
B = 40.2%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DC92F6 (or 0xDC92F6) is known color: Heliotrope. HEX triplet: DC, 92 and F6. RGB value is (220,146,246). Sum of RGB (Red+Green+Blue) = 220+146+246=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 146 (57.42% from 255 or 23.86% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC92F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC92F6 is #236D09. Grayscale: #B3B3B3. Windows color (decimal): -2321674 or 16159452. OLE color: 16159452.

HSL color Cylindrical-coordinate representation of color #DC92F6: hue angle of 284.4º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC92F6 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 146 246 -
CMYK 0.11 0.41 0 0.04
HSL 284.4º 0.85% 0.77% -
HSV(B) 284.4º 0.41% 0.96% -
XYZ 56.43 42.43 92.4 -
YUV 179.53 165.52 156.87 -
System Red Green Blue C M Y K H S L
Decimal 220 146 246 0.11 0.41 0 0.04 284.4 0.85 0.77
Hex DC 92 F6 B 29 0 4 11C 55 4D
Octal 334 222 366 13 51 0 4 434 125 115
Binary 11011100 10010010 11110110 1011 101001 0 100 100011100 1010101 1001101

Color Harmonies of #DC92F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC92F6

Black with #DC92F6

Text Example


Text Example

White with #DC92F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC92F6; }

 p { color: rgb(220,146,246); }

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

background-color css

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

 a { background-color: rgb(220,146,246); }

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

border-color css

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

 span { border-color: rgb(220,146,246); }

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