Html Css Color HEX #DC74E5 Orchid

📋 copy color: '#DC74E5'

red 220 ◦ green 116 ◦ blue 229

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

Shades of Orchid #DC74E5

Tints of Orchid #DC74E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.53%

R = 38.94%
G = 20.53%
B = 40.53%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC74E5 (or 0xDC74E5) is known color: Orchid. HEX triplet: DC, 74 and E5. RGB value is (220,116,229). Sum of RGB (Red+Green+Blue) = 220+116+229=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 116 (45.70% from 255 or 20.53% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC74E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74E5 is #238B1A. Grayscale: #9F9F9F. Windows color (decimal): -2329371 or 15037660. OLE color: 15037660.

HSL color Cylindrical-coordinate representation of color #DC74E5: hue angle of 295.22º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC74E5 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 116 229 -
CMYK 0.04 0.49 0 0.10
HSL 295.22º 0.68% 0.68% -
HSV(B) 295.22º 0.49% 0.9% -
XYZ 49.9 33.36 77.94 -
YUV 159.98 166.96 170.81 -
System Red Green Blue C M Y K H S L
Decimal 220 116 229 0.04 0.49 0 0.10 295.22 0.68 0.68
Hex DC 74 E5 4 31 0 A 127 44 44
Octal 334 164 345 4 61 0 12 447 104 104
Binary 11011100 1110100 11100101 100 110001 0 1010 100100111 1000100 1000100

Color Harmonies of #DC74E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74E5

Black with #DC74E5

Text Example


Text Example

White with #DC74E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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