Html Css Color HEX #DC72D5 Orchid

📋 copy color: '#DC72D5'

red 220 ◦ green 114 ◦ blue 213

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

Shades of Orchid #DC72D5

Tints of Orchid #DC72D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.94%

R = 40.22%
G = 20.84%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC72D5 (or 0xDC72D5) is known color: Orchid. HEX triplet: DC, 72 and D5. RGB value is (220,114,213). Sum of RGB (Red+Green+Blue) = 220+114+213=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72D5 is #238D2A. Grayscale: #9C9C9C. Windows color (decimal): -2329899 or 13988572. OLE color: 13988572.

HSL color Cylindrical-coordinate representation of color #DC72D5: hue angle of 303.96º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC72D5 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 114 213 -
CMYK 0 0.48 0.03 0.14
HSL 303.96º 0.6% 0.65% -
HSV(B) 303.96º 0.48% 0.86% -
XYZ 47.54 32.05 66.63 -
YUV 156.98 159.62 172.95 -
System Red Green Blue C M Y K H S L
Decimal 220 114 213 0 0.48 0.03 0.14 303.96 0.6 0.65
Hex DC 72 D5 0 30 3 E 130 3C 41
Octal 334 162 325 0 60 3 16 460 74 101
Binary 11011100 1110010 11010101 0 110000 11 1110 100110000 111100 1000001

Color Harmonies of #DC72D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC72D5

Black with #DC72D5

Text Example


Text Example

White with #DC72D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC72D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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