Html Css Color HEX #DC73E0 Orchid

📋 copy color: '#DC73E0'

red 220 ◦ green 115 ◦ blue 224

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

Shades of Orchid #DC73E0

Tints of Orchid #DC73E0

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.57%

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

R = 39.36%
G = 20.57%
B = 40.07%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DC73E0 (or 0xDC73E0) is known color: Orchid. HEX triplet: DC, 73 and E0. RGB value is (220,115,224). Sum of RGB (Red+Green+Blue) = 220+115+224=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 115 (45.31% from 255 or 20.57% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC73E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73E0 is #238C1F. Grayscale: #9E9E9E. Windows color (decimal): -2329632 or 14709724. OLE color: 14709724.

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

Color convert

RGB 220 115 224 -
CMYK 0.02 0.49 0 0.12
HSL 297.8º 0.64% 0.66% -
HSV(B) 297.8º 0.49% 0.88% -
XYZ 49.1 32.86 74.28 -
YUV 158.82 164.79 171.64 -
System Red Green Blue C M Y K H S L
Decimal 220 115 224 0.02 0.49 0 0.12 297.8 0.64 0.66
Hex DC 73 E0 2 31 0 C 12A 40 42
Octal 334 163 340 2 61 0 14 452 100 102
Binary 11011100 1110011 11100000 10 110001 0 1100 100101010 1000000 1000010

Color Harmonies of #DC73E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC73E0

Black with #DC73E0

Text Example


Text Example

White with #DC73E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC73E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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