Html Css Color HEX #DC7EDE Orchid

📋 copy color: '#DC7EDE'

red 220 ◦ green 126 ◦ blue 222

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

Shades of Orchid #DC7EDE

Tints of Orchid #DC7EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.08%

R = 38.73%
G = 22.18%
B = 39.08%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC7EDE (or 0xDC7EDE) is known color: Orchid. HEX triplet: DC, 7E and DE. RGB value is (220,126,222). Sum of RGB (Red+Green+Blue) = 220+126+222=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 126 (49.61% from 255 or 22.18% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC7EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7EDE is #238121. Grayscale: #A4A4A4. Windows color (decimal): -2326818 or 14581468. OLE color: 14581468.

HSL color Cylindrical-coordinate representation of color #DC7EDE: hue angle of 298.75º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7EDE is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 126 222 -
CMYK 0.01 0.43 0 0.13
HSL 298.75º 0.59% 0.68% -
HSV(B) 298.75º 0.43% 0.87% -
XYZ 50.16 35.41 73.3 -
YUV 165.05 160.14 167.19 -
System Red Green Blue C M Y K H S L
Decimal 220 126 222 0.01 0.43 0 0.13 298.75 0.59 0.68
Hex DC 7E DE 1 2B 0 D 12B 3B 44
Octal 334 176 336 1 53 0 15 453 73 104
Binary 11011100 1111110 11011110 1 101011 0 1101 100101011 111011 1000100

Color Harmonies of #DC7EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7EDE

Black with #DC7EDE

Text Example


Text Example

White with #DC7EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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