Html Css Color HEX #DC74D5 Orchid

📋 copy color: '#DC74D5'

red 220 ◦ green 116 ◦ blue 213

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

Shades of Orchid #DC74D5

Tints of Orchid #DC74D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.8%

R = 40.07%
G = 21.13%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC74D5 (or 0xDC74D5) is known color: Orchid. HEX triplet: DC, 74 and D5. RGB value is (220,116,213). Sum of RGB (Red+Green+Blue) = 220+116+213=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74D5 is #238B2A. Grayscale: #9D9D9D. Windows color (decimal): -2329387 or 13989084. OLE color: 13989084.

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

Color convert

RGB 220 116 213 -
CMYK 0 0.47 0.03 0.14
HSL 304.04º 0.6% 0.66% -
HSV(B) 304.04º 0.47% 0.86% -
XYZ 47.77 32.51 66.71 -
YUV 158.15 158.96 172.11 -
System Red Green Blue C M Y K H S L
Decimal 220 116 213 0 0.47 0.03 0.14 304.04 0.6 0.66
Hex DC 74 D5 0 2F 3 E 130 3C 42
Octal 334 164 325 0 57 3 16 460 74 102
Binary 11011100 1110100 11010101 0 101111 11 1110 100110000 111100 1000010

Color Harmonies of #DC74D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74D5

Black with #DC74D5

Text Example


Text Example

White with #DC74D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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