Html Css Color HEX #DC74E0 Orchid

📋 copy color: '#DC74E0'

red 220 ◦ green 116 ◦ blue 224

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

Shades of Orchid #DC74E0

Tints of Orchid #DC74E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40%

R = 39.29%
G = 20.71%
B = 40%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DC74E0 (or 0xDC74E0) is known color: Orchid. HEX triplet: DC, 74 and E0. RGB value is (220,116,224). Sum of RGB (Red+Green+Blue) = 220+116+224=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 116 (45.70% from 255 or 20.71% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC74E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74E0 is #238B1F. Grayscale: #9F9F9F. Windows color (decimal): -2329376 or 14709980. OLE color: 14709980.

HSL color Cylindrical-coordinate representation of color #DC74E0: hue angle of 297.78º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC74E0 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 116 224 -
CMYK 0.02 0.48 0 0.12
HSL 297.78º 0.64% 0.67% -
HSV(B) 297.78º 0.48% 0.88% -
XYZ 49.22 33.09 74.31 -
YUV 159.41 164.46 171.22 -
System Red Green Blue C M Y K H S L
Decimal 220 116 224 0.02 0.48 0 0.12 297.78 0.64 0.67
Hex DC 74 E0 2 30 0 C 12A 40 43
Octal 334 164 340 2 60 0 14 452 100 103
Binary 11011100 1110100 11100000 10 110000 0 1100 100101010 1000000 1000011

Color Harmonies of #DC74E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74E0

Black with #DC74E0

Text Example


Text Example

White with #DC74E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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