Html Css Color HEX #DC7ECC Orchid

📋 copy color: '#DC7ECC'

red 220 ◦ green 126 ◦ blue 204

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

Shades of Orchid #DC7ECC

Tints of Orchid #DC7ECC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.91%

 BLUE value IS 204 (80.08% from 255) = 37.09%

R = 40%
G = 22.91%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC7ECC (or 0xDC7ECC) is known color: Orchid. HEX triplet: DC, 7E and CC. RGB value is (220,126,204). Sum of RGB (Red+Green+Blue) = 220+126+204=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7ECC is #238133. Grayscale: #A2A2A2. Windows color (decimal): -2326836 or 13401820. OLE color: 13401820.

HSL color Cylindrical-coordinate representation of color #DC7ECC: hue angle of 310.21º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7ECC is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 126 204 -
CMYK 0 0.43 0.07 0.14
HSL 310.21º 0.57% 0.68% -
HSV(B) 310.21º 0.43% 0.86% -
XYZ 47.88 34.5 61.26 -
YUV 163 151.14 168.66 -
System Red Green Blue C M Y K H S L
Decimal 220 126 204 0 0.43 0.07 0.14 310.21 0.57 0.68
Hex DC 7E CC 0 2B 7 E 136 39 44
Octal 334 176 314 0 53 7 16 466 71 104
Binary 11011100 1111110 11001100 0 101011 111 1110 100110110 111001 1000100

Color Harmonies of #DC7ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7ECC

Black with #DC7ECC

Text Example


Text Example

White with #DC7ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7ECC; }

 p { color: rgb(220,126,204); }

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

background-color css

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

 a { background-color: rgb(220,126,204); }

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

border-color css

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

 span { border-color: rgb(220,126,204); }

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