Html Css Color HEX #DC74DC Orchid

📋 copy color: '#DC74DC'

red 220 ◦ green 116 ◦ blue 220

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

Shades of Orchid #DC74DC

Tints of Orchid #DC74DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.57%

R = 39.57%
G = 20.86%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC74DC (or 0xDC74DC) is known color: Orchid. HEX triplet: DC, 74 and DC. RGB value is (220,116,220). Sum of RGB (Red+Green+Blue) = 220+116+220=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 116 (45.70% from 255 or 20.86% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC74DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74DC is #238B23. Grayscale: #9E9E9E. Windows color (decimal): -2329380 or 14447836. OLE color: 14447836.

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

Color convert

RGB 220 116 220 -
CMYK 0 0.47 0 0.14
HSL 300º 0.6% 0.66% -
HSV(B) 300º 0.47% 0.86% -
XYZ 48.68 32.87 71.49 -
YUV 158.95 162.46 171.54 -
System Red Green Blue C M Y K H S L
Decimal 220 116 220 0 0.47 0 0.14 300 0.6 0.66
Hex DC 74 DC 0 2F 0 E 12C 3C 42
Octal 334 164 334 0 57 0 16 454 74 102
Binary 11011100 1110100 11011100 0 101111 0 1110 100101100 111100 1000010

Color Harmonies of #DC74DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74DC

Black with #DC74DC

Text Example


Text Example

White with #DC74DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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