Html Css Color HEX #DC7DD6 Orchid

📋 copy color: '#DC7DD6'

red 220 ◦ green 125 ◦ blue 214

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

Shades of Orchid #DC7DD6

Tints of Orchid #DC7DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.28%

R = 39.36%
G = 22.36%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC7DD6 (or 0xDC7DD6) is known color: Orchid. HEX triplet: DC, 7D and D6. RGB value is (220,125,214). Sum of RGB (Red+Green+Blue) = 220+125+214=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 125 (49.22% from 255 or 22.36% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DD6 is #238229. Grayscale: #A3A3A3. Windows color (decimal): -2327082 or 14056924. OLE color: 14056924.

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

Color convert

RGB 220 125 214 -
CMYK 0 0.43 0.03 0.14
HSL 303.79º 0.58% 0.68% -
HSV(B) 303.79º 0.43% 0.86% -
XYZ 48.99 34.74 67.74 -
YUV 163.55 156.47 168.26 -
System Red Green Blue C M Y K H S L
Decimal 220 125 214 0 0.43 0.03 0.14 303.79 0.58 0.68
Hex DC 7D D6 0 2B 3 E 130 3A 44
Octal 334 175 326 0 53 3 16 460 72 104
Binary 11011100 1111101 11010110 0 101011 11 1110 100110000 111010 1000100

Color Harmonies of #DC7DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7DD6

Black with #DC7DD6

Text Example


Text Example

White with #DC7DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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