Html Css Color HEX #DC74C2 Orchid

📋 copy color: '#DC74C2'

red 220 ◦ green 116 ◦ blue 194

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

Shades of Orchid #DC74C2

Tints of Orchid #DC74C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.6%

R = 41.51%
G = 21.89%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DC74C2 (or 0xDC74C2) is known color: Orchid. HEX triplet: DC, 74 and C2. RGB value is (220,116,194). Sum of RGB (Red+Green+Blue) = 220+116+194=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74C2 is #238B3D. Grayscale: #9B9B9B. Windows color (decimal): -2329406 or 12743900. OLE color: 12743900.

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

Color convert

RGB 220 116 194 -
CMYK 0 0.47 0.12 0.14
HSL 315º 0.6% 0.66% -
HSV(B) 315º 0.47% 0.86% -
XYZ 45.5 31.6 54.74 -
YUV 155.99 149.46 173.66 -
System Red Green Blue C M Y K H S L
Decimal 220 116 194 0 0.47 0.12 0.14 315 0.6 0.66
Hex DC 74 C2 0 2F C E 13B 3C 42
Octal 334 164 302 0 57 14 16 473 74 102
Binary 11011100 1110100 11000010 0 101111 1100 1110 100111011 111100 1000010

Color Harmonies of #DC74C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74C2

Black with #DC74C2

Text Example


Text Example

White with #DC74C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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