Html Css Color HEX #DC79E7 Orchid

📋 copy color: '#DC79E7'

red 220 ◦ green 121 ◦ blue 231

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

Shades of Orchid #DC79E7

Tints of Orchid #DC79E7

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.15%

 BLUE value IS 231 (90.63% from 255) = 40.38%

R = 38.46%
G = 21.15%
B = 40.38%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DC79E7 (or 0xDC79E7) is known color: Orchid. HEX triplet: DC, 79 and E7. RGB value is (220,121,231). Sum of RGB (Red+Green+Blue) = 220+121+231=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 121 (47.66% from 255 or 21.15% from 572); Blue value is 231 (90.62% from 255 or 40.38% from 572); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC79E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC79E7 is #238618. Grayscale: #A2A2A2. Windows color (decimal): -2328089 or 15170012. OLE color: 15170012.

HSL color Cylindrical-coordinate representation of color #DC79E7: hue angle of 294º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC79E7 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 121 231 -
CMYK 0.05 0.48 0 0.09
HSL 294º 0.7% 0.69% -
HSV(B) 294º 0.48% 0.91% -
XYZ 50.78 34.66 79.62 -
YUV 163.14 166.3 168.56 -
System Red Green Blue C M Y K H S L
Decimal 220 121 231 0.05 0.48 0 0.09 294 0.7 0.69
Hex DC 79 E7 5 30 0 9 126 46 45
Octal 334 171 347 5 60 0 11 446 106 105
Binary 11011100 1111001 11100111 101 110000 0 1001 100100110 1000110 1000101

Color Harmonies of #DC79E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC79E7

Black with #DC79E7

Text Example


Text Example

White with #DC79E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC79E7; }

 p { color: rgb(220,121,231); }

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

background-color css

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

 a { background-color: rgb(220,121,231); }

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

border-color css

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

 span { border-color: rgb(220,121,231); }

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