Html Css Color HEX #DC77E1 Orchid

📋 copy color: '#DC77E1'

red 220 ◦ green 119 ◦ blue 225

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

Shades of Orchid #DC77E1

Tints of Orchid #DC77E1

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.1%

 BLUE value IS 225 (88.28% from 255) = 39.89%

R = 39.01%
G = 21.1%
B = 39.89%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DC77E1 (or 0xDC77E1) is known color: Orchid. HEX triplet: DC, 77 and E1. RGB value is (220,119,225). Sum of RGB (Red+Green+Blue) = 220+119+225=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 225 (88.28% from 255 or 39.89% from 564); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC77E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77E1 is #23881E. Grayscale: #A0A0A0. Windows color (decimal): -2328607 or 14776284. OLE color: 14776284.

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

Color convert

RGB 220 119 225 -
CMYK 0.02 0.47 0 0.12
HSL 297.17º 0.64% 0.67% -
HSV(B) 297.17º 0.47% 0.88% -
XYZ 49.7 33.85 75.15 -
YUV 161.28 163.96 169.88 -
System Red Green Blue C M Y K H S L
Decimal 220 119 225 0.02 0.47 0 0.12 297.17 0.64 0.67
Hex DC 77 E1 2 2F 0 C 129 40 43
Octal 334 167 341 2 57 0 14 451 100 103
Binary 11011100 1110111 11100001 10 101111 0 1100 100101001 1000000 1000011

Color Harmonies of #DC77E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC77E1

Black with #DC77E1

Text Example


Text Example

White with #DC77E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC77E1; }

 p { color: rgb(220,119,225); }

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

background-color css

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

 a { background-color: rgb(220,119,225); }

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

border-color css

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

 span { border-color: rgb(220,119,225); }

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