Html Css Color HEX #DC7DC9 Orchid

📋 copy color: '#DC7DC9'

red 220 ◦ green 125 ◦ blue 201

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

Shades of Orchid #DC7DC9

Tints of Orchid #DC7DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.81%

R = 40.29%
G = 22.89%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC7DC9 (or 0xDC7DC9) is known color: Orchid. HEX triplet: DC, 7D and C9. RGB value is (220,125,201). Sum of RGB (Red+Green+Blue) = 220+125+201=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DC9 is #238236. Grayscale: #A1A1A1. Windows color (decimal): -2327095 or 13204956. OLE color: 13204956.

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

Color convert

RGB 220 125 201 -
CMYK 0 0.43 0.09 0.14
HSL 312º 0.58% 0.68% -
HSV(B) 312º 0.43% 0.86% -
XYZ 47.39 34.1 59.34 -
YUV 162.07 149.97 169.32 -
System Red Green Blue C M Y K H S L
Decimal 220 125 201 0 0.43 0.09 0.14 312 0.58 0.68
Hex DC 7D C9 0 2B 9 E 138 3A 44
Octal 334 175 311 0 53 11 16 470 72 104
Binary 11011100 1111101 11001001 0 101011 1001 1110 100111000 111010 1000100

Color Harmonies of #DC7DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7DC9

Black with #DC7DC9

Text Example


Text Example

White with #DC7DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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