Html Css Color HEX #DC7DD3 Orchid

📋 copy color: '#DC7DD3'

red 220 ◦ green 125 ◦ blue 211

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

Shades of Orchid #DC7DD3

Tints of Orchid #DC7DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.95%

R = 39.57%
G = 22.48%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC7DD3 (or 0xDC7DD3) is known color: Orchid. HEX triplet: DC, 7D and D3. RGB value is (220,125,211). Sum of RGB (Red+Green+Blue) = 220+125+211=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 125 (49.22% from 255 or 22.48% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DD3 is #23822C. Grayscale: #A2A2A2. Windows color (decimal): -2327085 or 13860316. OLE color: 13860316.

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

Color convert

RGB 220 125 211 -
CMYK 0 0.43 0.04 0.14
HSL 305.68º 0.58% 0.68% -
HSV(B) 305.68º 0.43% 0.86% -
XYZ 48.61 34.59 65.74 -
YUV 163.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 220 125 211 0 0.43 0.04 0.14 305.68 0.58 0.68
Hex DC 7D D3 0 2B 4 E 132 3A 44
Octal 334 175 323 0 53 4 16 462 72 104
Binary 11011100 1111101 11010011 0 101011 100 1110 100110010 111010 1000100

Color Harmonies of #DC7DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7DD3

Black with #DC7DD3

Text Example


Text Example

White with #DC7DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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