Html Css Color HEX #DC72DC Orchid

📋 copy color: '#DC72DC'

red 220 ◦ green 114 ◦ blue 220

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

Shades of Orchid #DC72DC

Tints of Orchid #DC72DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.71%

R = 39.71%
G = 20.58%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC72DC (or 0xDC72DC) is known color: Orchid. HEX triplet: DC, 72 and DC. RGB value is (220,114,220). Sum of RGB (Red+Green+Blue) = 220+114+220=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 114 (44.92% from 255 or 20.58% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC72DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72DC is #238D23. Grayscale: #9D9D9D. Windows color (decimal): -2329892 or 14447324. OLE color: 14447324.

HSL color Cylindrical-coordinate representation of color #DC72DC: hue angle of 300º 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 #DC72DC is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 114 220 -
CMYK 0 0.48 0 0.14
HSL 300º 0.6% 0.65% -
HSV(B) 300º 0.48% 0.86% -
XYZ 48.45 32.42 71.41 -
YUV 157.78 163.12 172.38 -
System Red Green Blue C M Y K H S L
Decimal 220 114 220 0 0.48 0 0.14 300 0.6 0.65
Hex DC 72 DC 0 30 0 E 12C 3C 41
Octal 334 162 334 0 60 0 16 454 74 101
Binary 11011100 1110010 11011100 0 110000 0 1110 100101100 111100 1000001

Color Harmonies of #DC72DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC72DC

Black with #DC72DC

Text Example


Text Example

White with #DC72DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC72DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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