Html Css Color HEX #DC72E0 Orchid

📋 copy color: '#DC72E0'

red 220 ◦ green 114 ◦ blue 224

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

Shades of Orchid #DC72E0

Tints of Orchid #DC72E0

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.43%

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

R = 39.43%
G = 20.43%
B = 40.14%

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

#DC72E0 (or 0xDC72E0) is known color: Orchid. HEX triplet: DC, 72 and E0. RGB value is (220,114,224). Sum of RGB (Red+Green+Blue) = 220+114+224=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 114 (44.92% from 255 or 20.43% from 558); Blue value is 224 (87.89% from 255 or 40.14% from 558); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC72E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72E0 is #238D1F. Grayscale: #9D9D9D. Windows color (decimal): -2329888 or 14709468. OLE color: 14709468.

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

Color convert

RGB 220 114 224 -
CMYK 0.02 0.49 0 0.12
HSL 297.82º 0.64% 0.66% -
HSV(B) 297.82º 0.49% 0.88% -
XYZ 48.99 32.63 74.24 -
YUV 158.23 165.12 172.06 -
System Red Green Blue C M Y K H S L
Decimal 220 114 224 0.02 0.49 0 0.12 297.82 0.64 0.66
Hex DC 72 E0 2 31 0 C 12A 40 42
Octal 334 162 340 2 61 0 14 452 100 102
Binary 11011100 1110010 11100000 10 110001 0 1100 100101010 1000000 1000010

Color Harmonies of #DC72E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC72E0

Black with #DC72E0

Text Example


Text Example

White with #DC72E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC72E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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