Html Css Color HEX #DC79E0 Orchid

📋 copy color: '#DC79E0'

red 220 ◦ green 121 ◦ blue 224

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

Shades of Orchid #DC79E0

Tints of Orchid #DC79E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.65%

R = 38.94%
G = 21.42%
B = 39.65%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DC79E0 (or 0xDC79E0) is known color: Orchid. HEX triplet: DC, 79 and E0. RGB value is (220,121,224). Sum of RGB (Red+Green+Blue) = 220+121+224=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 121 (47.66% from 255 or 21.42% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC79E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC79E0 is #23861F. Grayscale: #A2A2A2. Windows color (decimal): -2328096 or 14711260. OLE color: 14711260.

HSL color Cylindrical-coordinate representation of color #DC79E0: hue angle of 297.67º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC79E0 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 121 224 -
CMYK 0.02 0.46 0 0.12
HSL 297.67º 0.62% 0.68% -
HSV(B) 297.67º 0.46% 0.88% -
XYZ 49.81 34.27 74.51 -
YUV 162.34 162.8 169.12 -
System Red Green Blue C M Y K H S L
Decimal 220 121 224 0.02 0.46 0 0.12 297.67 0.62 0.68
Hex DC 79 E0 2 2E 0 C 12A 3E 44
Octal 334 171 340 2 56 0 14 452 76 104
Binary 11011100 1111001 11100000 10 101110 0 1100 100101010 111110 1000100

Color Harmonies of #DC79E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC79E0

Black with #DC79E0

Text Example


Text Example

White with #DC79E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC79E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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