Html Css Color HEX #DC74DB Orchid

📋 copy color: '#DC74DB'

red 220 ◦ green 116 ◦ blue 219

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

Shades of Orchid #DC74DB

Tints of Orchid #DC74DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.46%

R = 39.64%
G = 20.9%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DC74DB (or 0xDC74DB) is known color: Orchid. HEX triplet: DC, 74 and DB. RGB value is (220,116,219). Sum of RGB (Red+Green+Blue) = 220+116+219=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 116 (45.70% from 255 or 20.90% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74DB is #238B24. Grayscale: #9E9E9E. Windows color (decimal): -2329381 or 14382300. OLE color: 14382300.

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

Color convert

RGB 220 116 219 -
CMYK 0 0.47 0.00 0.14
HSL 300.58º 0.6% 0.66% -
HSV(B) 300.58º 0.47% 0.86% -
XYZ 48.55 32.82 70.79 -
YUV 158.84 161.96 171.62 -
System Red Green Blue C M Y K H S L
Decimal 220 116 219 0 0.47 0.00 0.14 300.58 0.6 0.66
Hex DC 74 DB 0 2F 0 E 12D 3C 42
Octal 334 164 333 0 57 0 16 455 74 102
Binary 11011100 1110100 11011011 0 101111 0 1110 100101101 111100 1000010

Color Harmonies of #DC74DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74DB

Black with #DC74DB

Text Example


Text Example

White with #DC74DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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