Html Css Color HEX #DC74BE Orchid

📋 copy color: '#DC74BE'

red 220 ◦ green 116 ◦ blue 190

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

Shades of Orchid #DC74BE

Tints of Orchid #DC74BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.12%

R = 41.83%
G = 22.05%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC74BE (or 0xDC74BE) is known color: Orchid. HEX triplet: DC, 74 and BE. RGB value is (220,116,190). Sum of RGB (Red+Green+Blue) = 220+116+190=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74BE is #238B41. Grayscale: #9B9B9B. Windows color (decimal): -2329410 or 12481756. OLE color: 12481756.

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

Color convert

RGB 220 116 190 -
CMYK 0 0.47 0.14 0.14
HSL 317.31º 0.6% 0.66% -
HSV(B) 317.31º 0.47% 0.86% -
XYZ 45.05 31.42 52.41 -
YUV 155.53 147.46 173.98 -
System Red Green Blue C M Y K H S L
Decimal 220 116 190 0 0.47 0.14 0.14 317.31 0.6 0.66
Hex DC 74 BE 0 2F E E 13D 3C 42
Octal 334 164 276 0 57 16 16 475 74 102
Binary 11011100 1110100 10111110 0 101111 1110 1110 100111101 111100 1000010

Color Harmonies of #DC74BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74BE

Black with #DC74BE

Text Example


Text Example

White with #DC74BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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