Html Css Color HEX #DC74BF Orchid

📋 copy color: '#DC74BF'

red 220 ◦ green 116 ◦ blue 191

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

Shades of Orchid #DC74BF

Tints of Orchid #DC74BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.24%

R = 41.75%
G = 22.01%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC74BF (or 0xDC74BF) is known color: Orchid. HEX triplet: DC, 74 and BF. RGB value is (220,116,191). Sum of RGB (Red+Green+Blue) = 220+116+191=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74BF is #238B40. Grayscale: #9B9B9B. Windows color (decimal): -2329409 or 12547292. OLE color: 12547292.

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

Color convert

RGB 220 116 191 -
CMYK 0 0.47 0.13 0.14
HSL 316.73º 0.6% 0.66% -
HSV(B) 316.73º 0.47% 0.86% -
XYZ 45.16 31.47 52.98 -
YUV 155.65 147.96 173.9 -
System Red Green Blue C M Y K H S L
Decimal 220 116 191 0 0.47 0.13 0.14 316.73 0.6 0.66
Hex DC 74 BF 0 2F D E 13D 3C 42
Octal 334 164 277 0 57 15 16 475 74 102
Binary 11011100 1110100 10111111 0 101111 1101 1110 100111101 111100 1000010

Color Harmonies of #DC74BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74BF

Black with #DC74BF

Text Example


Text Example

White with #DC74BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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