Html Css Color HEX #DC72C4 Orchid

📋 copy color: '#DC72C4'

red 220 ◦ green 114 ◦ blue 196

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

Shades of Orchid #DC72C4

Tints of Orchid #DC72C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.98%

R = 41.51%
G = 21.51%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DC72C4 (or 0xDC72C4) is known color: Orchid. HEX triplet: DC, 72 and C4. RGB value is (220,114,196). Sum of RGB (Red+Green+Blue) = 220+114+196=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72C4 is #238D3B. Grayscale: #9A9A9A. Windows color (decimal): -2329916 or 12874460. OLE color: 12874460.

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

Color convert

RGB 220 114 196 -
CMYK 0 0.48 0.11 0.14
HSL 313.58º 0.6% 0.65% -
HSV(B) 313.58º 0.48% 0.86% -
XYZ 45.5 31.24 55.86 -
YUV 155.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 220 114 196 0 0.48 0.11 0.14 313.58 0.6 0.65
Hex DC 72 C4 0 30 B E 13A 3C 41
Octal 334 162 304 0 60 13 16 472 74 101
Binary 11011100 1110010 11000100 0 110000 1011 1110 100111010 111100 1000001

Color Harmonies of #DC72C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC72C4

Black with #DC72C4

Text Example


Text Example

White with #DC72C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC72C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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