Html Css Color HEX #DC74C9 Orchid

📋 copy color: '#DC74C9'

red 220 ◦ green 116 ◦ blue 201

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

Shades of Orchid #DC74C9

Tints of Orchid #DC74C9

RGB

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

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

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

R = 40.97%
G = 21.6%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC74C9 (or 0xDC74C9) is known color: Orchid. HEX triplet: DC, 74 and C9. RGB value is (220,116,201). Sum of RGB (Red+Green+Blue) = 220+116+201=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74C9 is #238B36. Grayscale: #9C9C9C. Windows color (decimal): -2329399 or 13202652. OLE color: 13202652.

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

Color convert

RGB 220 116 201 -
CMYK 0 0.47 0.09 0.14
HSL 310.96º 0.6% 0.66% -
HSV(B) 310.96º 0.47% 0.86% -
XYZ 46.3 31.92 58.98 -
YUV 156.79 152.96 173.09 -
System Red Green Blue C M Y K H S L
Decimal 220 116 201 0 0.47 0.09 0.14 310.96 0.6 0.66
Hex DC 74 C9 0 2F 9 E 137 3C 42
Octal 334 164 311 0 57 11 16 467 74 102
Binary 11011100 1110100 11001001 0 101111 1001 1110 100110111 111100 1000010

Color Harmonies of #DC74C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74C9

Black with #DC74C9

Text Example


Text Example

White with #DC74C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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