Html Css Color HEX #DC74D8 Orchid

📋 copy color: '#DC74D8'

red 220 ◦ green 116 ◦ blue 216

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

Shades of Orchid #DC74D8

Tints of Orchid #DC74D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.13%

R = 39.86%
G = 21.01%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DC74D8 (or 0xDC74D8) is known color: Orchid. HEX triplet: DC, 74 and D8. RGB value is (220,116,216). Sum of RGB (Red+Green+Blue) = 220+116+216=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 116 (45.70% from 255 or 21.01% from 552); Blue value is 216 (84.77% from 255 or 39.13% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74D8 is #238B27. Grayscale: #9E9E9E. Windows color (decimal): -2329384 or 14185692. OLE color: 14185692.

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

Color convert

RGB 220 116 216 -
CMYK 0 0.47 0.02 0.14
HSL 302.31º 0.6% 0.66% -
HSV(B) 302.31º 0.47% 0.86% -
XYZ 48.16 32.66 68.73 -
YUV 158.5 160.46 171.87 -
System Red Green Blue C M Y K H S L
Decimal 220 116 216 0 0.47 0.02 0.14 302.31 0.6 0.66
Hex DC 74 D8 0 2F 2 E 12E 3C 42
Octal 334 164 330 0 57 2 16 456 74 102
Binary 11011100 1110100 11011000 0 101111 10 1110 100101110 111100 1000010

Color Harmonies of #DC74D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74D8

Black with #DC74D8

Text Example


Text Example

White with #DC74D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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