Html Css Color HEX #DC7FC5 Orchid

📋 copy color: '#DC7FC5'

red 220 ◦ green 127 ◦ blue 197

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

Shades of Orchid #DC7FC5

Tints of Orchid #DC7FC5

RGB

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

 GREEN value IS 127 (50% from 255) = 23.35%

 BLUE value IS 197 (77.34% from 255) = 36.21%

R = 40.44%
G = 23.35%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC7FC5 (or 0xDC7FC5) is known color: Orchid. HEX triplet: DC, 7F and C5. RGB value is (220,127,197). Sum of RGB (Red+Green+Blue) = 220+127+197=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FC5 is #23803A. Grayscale: #A2A2A2. Windows color (decimal): -2326587 or 12943324. OLE color: 12943324.

HSL color Cylindrical-coordinate representation of color #DC7FC5: hue angle of 314.84º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC7FC5 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 127 197 -
CMYK 0 0.42 0.10 0.14
HSL 314.84º 0.57% 0.68% -
HSV(B) 314.84º 0.42% 0.86% -
XYZ 47.18 34.43 56.98 -
YUV 162.79 147.31 168.81 -
System Red Green Blue C M Y K H S L
Decimal 220 127 197 0 0.42 0.10 0.14 314.84 0.57 0.68
Hex DC 7F C5 0 2A A E 13B 39 44
Octal 334 177 305 0 52 12 16 473 71 104
Binary 11011100 1111111 11000101 0 101010 1010 1110 100111011 111001 1000100

Color Harmonies of #DC7FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7FC5

Black with #DC7FC5

Text Example


Text Example

White with #DC7FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7FC5; }

 p { color: rgb(220,127,197); }

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

background-color css

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

 a { background-color: rgb(220,127,197); }

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

border-color css

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

 span { border-color: rgb(220,127,197); }

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