Html Css Color HEX #DC72DF Orchid

📋 copy color: '#DC72DF'

red 220 ◦ green 114 ◦ blue 223

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

Shades of Orchid #DC72DF

Tints of Orchid #DC72DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.04%

R = 39.5%
G = 20.47%
B = 40.04%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC72DF (or 0xDC72DF) is known color: Orchid. HEX triplet: DC, 72 and DF. RGB value is (220,114,223). Sum of RGB (Red+Green+Blue) = 220+114+223=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 114 (44.92% from 255 or 20.47% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC72DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72DF is #238D20. Grayscale: #9D9D9D. Windows color (decimal): -2329889 or 14643932. OLE color: 14643932.

HSL color Cylindrical-coordinate representation of color #DC72DF: hue angle of 298.35º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC72DF is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 114 223 -
CMYK 0.01 0.49 0 0.13
HSL 298.35º 0.63% 0.66% -
HSV(B) 298.35º 0.49% 0.87% -
XYZ 48.85 32.58 73.53 -
YUV 158.12 164.62 172.14 -
System Red Green Blue C M Y K H S L
Decimal 220 114 223 0.01 0.49 0 0.13 298.35 0.63 0.66
Hex DC 72 DF 1 31 0 D 12A 3F 42
Octal 334 162 337 1 61 0 15 452 77 102
Binary 11011100 1110010 11011111 1 110001 0 1101 100101010 111111 1000010

Color Harmonies of #DC72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC72DF

Black with #DC72DF

Text Example


Text Example

White with #DC72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC72DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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