Html Css Color HEX #DC74D1 Orchid

📋 copy color: '#DC74D1'

red 220 ◦ green 116 ◦ blue 209

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

Shades of Orchid #DC74D1

Tints of Orchid #DC74D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.35%

R = 40.37%
G = 21.28%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC74D1 (or 0xDC74D1) is known color: Orchid. HEX triplet: DC, 74 and D1. RGB value is (220,116,209). Sum of RGB (Red+Green+Blue) = 220+116+209=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74D1 is #238B2E. Grayscale: #9D9D9D. Windows color (decimal): -2329391 or 13726940. OLE color: 13726940.

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

Color convert

RGB 220 116 209 -
CMYK 0 0.47 0.05 0.14
HSL 306.35º 0.6% 0.66% -
HSV(B) 306.35º 0.47% 0.86% -
XYZ 47.27 32.31 64.07 -
YUV 157.7 156.96 172.44 -
System Red Green Blue C M Y K H S L
Decimal 220 116 209 0 0.47 0.05 0.14 306.35 0.6 0.66
Hex DC 74 D1 0 2F 5 E 132 3C 42
Octal 334 164 321 0 57 5 16 462 74 102
Binary 11011100 1110100 11010001 0 101111 101 1110 100110010 111100 1000010

Color Harmonies of #DC74D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74D1

Black with #DC74D1

Text Example


Text Example

White with #DC74D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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