Html Css Color HEX #DC74E4 Orchid

📋 copy color: '#DC74E4'

red 220 ◦ green 116 ◦ blue 228

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

Shades of Orchid #DC74E4

Tints of Orchid #DC74E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.43%

R = 39.01%
G = 20.57%
B = 40.43%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DC74E4 (or 0xDC74E4) is known color: Orchid. HEX triplet: DC, 74 and E4. RGB value is (220,116,228). Sum of RGB (Red+Green+Blue) = 220+116+228=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 116 (45.70% from 255 or 20.57% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #DC74E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74E4 is #238B1B. Grayscale: #9F9F9F. Windows color (decimal): -2329372 or 14972124. OLE color: 14972124.

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

Color convert

RGB 220 116 228 -
CMYK 0.04 0.49 0 0.11
HSL 295.71º 0.67% 0.67% -
HSV(B) 295.71º 0.49% 0.89% -
XYZ 49.76 33.31 77.2 -
YUV 159.86 166.46 170.89 -
System Red Green Blue C M Y K H S L
Decimal 220 116 228 0.04 0.49 0 0.11 295.71 0.67 0.67
Hex DC 74 E4 4 31 0 B 128 43 43
Octal 334 164 344 4 61 0 13 450 103 103
Binary 11011100 1110100 11100100 100 110001 0 1011 100101000 1000011 1000011

Color Harmonies of #DC74E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74E4

Black with #DC74E4

Text Example


Text Example

White with #DC74E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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