Html Css Color HEX #DC72C9 Orchid

📋 copy color: '#DC72C9'

red 220 ◦ green 114 ◦ blue 201

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

Shades of Orchid #DC72C9

Tints of Orchid #DC72C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.57%

R = 41.12%
G = 21.31%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC72C9 (or 0xDC72C9) is known color: Orchid. HEX triplet: DC, 72 and C9. RGB value is (220,114,201). Sum of RGB (Red+Green+Blue) = 220+114+201=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 114 (44.92% from 255 or 21.31% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72C9 is #238D36. Grayscale: #9B9B9B. Windows color (decimal): -2329911 or 13202140. OLE color: 13202140.

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

Color convert

RGB 220 114 201 -
CMYK 0 0.48 0.09 0.14
HSL 310.75º 0.6% 0.65% -
HSV(B) 310.75º 0.48% 0.86% -
XYZ 46.08 31.47 58.9 -
YUV 155.61 153.62 173.93 -
System Red Green Blue C M Y K H S L
Decimal 220 114 201 0 0.48 0.09 0.14 310.75 0.6 0.65
Hex DC 72 C9 0 30 9 E 137 3C 41
Octal 334 162 311 0 60 11 16 467 74 101
Binary 11011100 1110010 11001001 0 110000 1001 1110 100110111 111100 1000001

Color Harmonies of #DC72C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC72C9

Black with #DC72C9

Text Example


Text Example

White with #DC72C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC72C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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