Html Css Color HEX #DC7DC6 Orchid

📋 copy color: '#DC7DC6'

red 220 ◦ green 125 ◦ blue 198

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

Shades of Orchid #DC7DC6

Tints of Orchid #DC7DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.46%

R = 40.52%
G = 23.02%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#DC7DC6 (or 0xDC7DC6) is known color: Orchid. HEX triplet: DC, 7D and C6. RGB value is (220,125,198). Sum of RGB (Red+Green+Blue) = 220+125+198=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DC6 is #238239. Grayscale: #A1A1A1. Windows color (decimal): -2327098 or 13008348. OLE color: 13008348.

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

Color convert

RGB 220 125 198 -
CMYK 0 0.43 0.1 0.14
HSL 313.89º 0.58% 0.68% -
HSV(B) 313.89º 0.43% 0.86% -
XYZ 47.04 33.96 57.5 -
YUV 161.73 148.47 169.56 -
System Red Green Blue C M Y K H S L
Decimal 220 125 198 0 0.43 0.1 0.14 313.89 0.58 0.68
Hex DC 7D C6 0 2B A E 13A 3A 44
Octal 334 175 306 0 53 12 16 472 72 104
Binary 11011100 1111101 11000110 0 101011 1010 1110 100111010 111010 1000100

Color Harmonies of #DC7DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7DC6

Black with #DC7DC6

Text Example


Text Example

White with #DC7DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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