Html Css Color HEX #DC7DCE Orchid

📋 copy color: '#DC7DCE'

red 220 ◦ green 125 ◦ blue 206

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

Shades of Orchid #DC7DCE

Tints of Orchid #DC7DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.69%

 BLUE value IS 206 (80.86% from 255) = 37.39%

R = 39.93%
G = 22.69%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC7DCE (or 0xDC7DCE) is known color: Orchid. HEX triplet: DC, 7D and CE. RGB value is (220,125,206). Sum of RGB (Red+Green+Blue) = 220+125+206=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DCE is #238231. Grayscale: #A2A2A2. Windows color (decimal): -2327090 or 13532636. OLE color: 13532636.

HSL color Cylindrical-coordinate representation of color #DC7DCE: hue angle of 308.84º degrees, saturation: 0.58, 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 #DC7DCE is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 125 206 -
CMYK 0 0.43 0.06 0.14
HSL 308.84º 0.58% 0.68% -
HSV(B) 308.84º 0.43% 0.86% -
XYZ 47.99 34.34 62.49 -
YUV 162.64 152.47 168.91 -
System Red Green Blue C M Y K H S L
Decimal 220 125 206 0 0.43 0.06 0.14 308.84 0.58 0.68
Hex DC 7D CE 0 2B 6 E 135 3A 44
Octal 334 175 316 0 53 6 16 465 72 104
Binary 11011100 1111101 11001110 0 101011 110 1110 100110101 111010 1000100

Color Harmonies of #DC7DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7DCE

Black with #DC7DCE

Text Example


Text Example

White with #DC7DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7DCE; }

 p { color: rgb(220,125,206); }

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

background-color css

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

 a { background-color: rgb(220,125,206); }

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

border-color css

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

 span { border-color: rgb(220,125,206); }

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