Html Css Color HEX #DC74DA Orchid

📋 copy color: '#DC74DA'

red 220 ◦ green 116 ◦ blue 218

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

Shades of Orchid #DC74DA

Tints of Orchid #DC74DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.35%

R = 39.71%
G = 20.94%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC74DA (or 0xDC74DA) is known color: Orchid. HEX triplet: DC, 74 and DA. RGB value is (220,116,218). Sum of RGB (Red+Green+Blue) = 220+116+218=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 116 (45.70% from 255 or 20.94% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74DA is #238B25. Grayscale: #9E9E9E. Windows color (decimal): -2329382 or 14316764. OLE color: 14316764.

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

Color convert

RGB 220 116 218 -
CMYK 0 0.47 0.01 0.14
HSL 301.15º 0.6% 0.66% -
HSV(B) 301.15º 0.47% 0.86% -
XYZ 48.42 32.77 70.1 -
YUV 158.72 161.46 171.71 -
System Red Green Blue C M Y K H S L
Decimal 220 116 218 0 0.47 0.01 0.14 301.15 0.6 0.66
Hex DC 74 DA 0 2F 1 E 12D 3C 42
Octal 334 164 332 0 57 1 16 455 74 102
Binary 11011100 1110100 11011010 0 101111 1 1110 100101101 111100 1000010

Color Harmonies of #DC74DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74DA

Black with #DC74DA

Text Example


Text Example

White with #DC74DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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