Html Css Color HEX #DC72C7 Orchid

📋 copy color: '#DC72C7'

red 220 ◦ green 114 ◦ blue 199

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

Shades of Orchid #DC72C7

Tints of Orchid #DC72C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.34%

R = 41.28%
G = 21.39%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC72C7 (or 0xDC72C7) is known color: Orchid. HEX triplet: DC, 72 and C7. RGB value is (220,114,199). Sum of RGB (Red+Green+Blue) = 220+114+199=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72C7 is #238D38. Grayscale: #9B9B9B. Windows color (decimal): -2329913 or 13071068. OLE color: 13071068.

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

Color convert

RGB 220 114 199 -
CMYK 0 0.48 0.10 0.14
HSL 311.89º 0.6% 0.65% -
HSV(B) 311.89º 0.48% 0.86% -
XYZ 45.84 31.37 57.67 -
YUV 155.38 152.62 174.09 -
System Red Green Blue C M Y K H S L
Decimal 220 114 199 0 0.48 0.10 0.14 311.89 0.6 0.65
Hex DC 72 C7 0 30 A E 138 3C 41
Octal 334 162 307 0 60 12 16 470 74 101
Binary 11011100 1110010 11000111 0 110000 1010 1110 100111000 111100 1000001

Color Harmonies of #DC72C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC72C7

Black with #DC72C7

Text Example


Text Example

White with #DC72C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC72C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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