Html Css Color HEX #DC7DC2 Orchid

📋 copy color: '#DC7DC2'

red 220 ◦ green 125 ◦ blue 194

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

Shades of Orchid #DC7DC2

Tints of Orchid #DC7DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.99%

R = 40.82%
G = 23.19%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DC7DC2 (or 0xDC7DC2) is known color: Orchid. HEX triplet: DC, 7D and C2. RGB value is (220,125,194). Sum of RGB (Red+Green+Blue) = 220+125+194=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DC2 is #23823D. Grayscale: #A1A1A1. Windows color (decimal): -2327102 or 12746204. OLE color: 12746204.

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

Color convert

RGB 220 125 194 -
CMYK 0 0.43 0.12 0.14
HSL 316.42º 0.58% 0.68% -
HSV(B) 316.42º 0.43% 0.86% -
XYZ 46.59 33.78 55.1 -
YUV 161.27 146.47 169.89 -
System Red Green Blue C M Y K H S L
Decimal 220 125 194 0 0.43 0.12 0.14 316.42 0.58 0.68
Hex DC 7D C2 0 2B C E 13C 3A 44
Octal 334 175 302 0 53 14 16 474 72 104
Binary 11011100 1111101 11000010 0 101011 1100 1110 100111100 111010 1000100

Color Harmonies of #DC7DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7DC2

Black with #DC7DC2

Text Example


Text Example

White with #DC7DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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