Html Css Color HEX #DC74C5 Orchid

📋 copy color: '#DC74C5'

red 220 ◦ green 116 ◦ blue 197

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

Shades of Orchid #DC74C5

Tints of Orchid #DC74C5

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.76%

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

R = 41.28%
G = 21.76%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC74C5 (or 0xDC74C5) is known color: Orchid. HEX triplet: DC, 74 and C5. RGB value is (220,116,197). Sum of RGB (Red+Green+Blue) = 220+116+197=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74C5 is #238B3A. Grayscale: #9C9C9C. Windows color (decimal): -2329403 or 12940508. OLE color: 12940508.

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

Color convert

RGB 220 116 197 -
CMYK 0 0.47 0.10 0.14
HSL 313.27º 0.6% 0.66% -
HSV(B) 313.27º 0.47% 0.86% -
XYZ 45.84 31.74 56.53 -
YUV 156.33 150.96 173.41 -
System Red Green Blue C M Y K H S L
Decimal 220 116 197 0 0.47 0.10 0.14 313.27 0.6 0.66
Hex DC 74 C5 0 2F A E 139 3C 42
Octal 334 164 305 0 57 12 16 471 74 102
Binary 11011100 1110100 11000101 0 101111 1010 1110 100111001 111100 1000010

Color Harmonies of #DC74C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74C5

Black with #DC74C5

Text Example


Text Example

White with #DC74C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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