Html Css Color HEX #DC77DD Orchid

📋 copy color: '#DC77DD'

red 220 ◦ green 119 ◦ blue 221

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

Shades of Orchid #DC77DD

Tints of Orchid #DC77DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.46%

R = 39.29%
G = 21.25%
B = 39.46%

CMYK

 C value IS 0.00

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC77DD (or 0xDC77DD) is known color: Orchid. HEX triplet: DC, 77 and DD. RGB value is (220,119,221). Sum of RGB (Red+Green+Blue) = 220+119+221=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 119 (46.88% from 255 or 21.25% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC77DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77DD is #238822. Grayscale: #A0A0A0. Windows color (decimal): -2328611 or 14514140. OLE color: 14514140.

HSL color Cylindrical-coordinate representation of color #DC77DD: hue angle of 299.41º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC77DD is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 119 221 -
CMYK 0.00 0.46 0 0.13
HSL 299.41º 0.6% 0.67% -
HSV(B) 299.41º 0.46% 0.87% -
XYZ 49.16 33.63 72.31 -
YUV 160.83 161.96 170.21 -
System Red Green Blue C M Y K H S L
Decimal 220 119 221 0.00 0.46 0 0.13 299.41 0.6 0.67
Hex DC 77 DD 0 2E 0 D 12B 3C 43
Octal 334 167 335 0 56 0 15 453 74 103
Binary 11011100 1110111 11011101 0 101110 0 1101 100101011 111100 1000011

Color Harmonies of #DC77DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC77DD

Black with #DC77DD

Text Example


Text Example

White with #DC77DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC77DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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