Html Css Color HEX #DC72D6 Orchid

📋 copy color: '#DC72D6'

red 220 ◦ green 114 ◦ blue 214

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

Shades of Orchid #DC72D6

Tints of Orchid #DC72D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.05%

R = 40.15%
G = 20.8%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC72D6 (or 0xDC72D6) is known color: Orchid. HEX triplet: DC, 72 and D6. RGB value is (220,114,214). Sum of RGB (Red+Green+Blue) = 220+114+214=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 114 (44.92% from 255 or 20.80% from 548); Blue value is 214 (83.98% from 255 or 39.05% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72D6 is #238D29. Grayscale: #9C9C9C. Windows color (decimal): -2329898 or 14054108. OLE color: 14054108.

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

Color convert

RGB 220 114 214 -
CMYK 0 0.48 0.03 0.14
HSL 303.4º 0.6% 0.65% -
HSV(B) 303.4º 0.48% 0.86% -
XYZ 47.67 32.11 67.3 -
YUV 157.09 160.12 172.87 -
System Red Green Blue C M Y K H S L
Decimal 220 114 214 0 0.48 0.03 0.14 303.4 0.6 0.65
Hex DC 72 D6 0 30 3 E 12F 3C 41
Octal 334 162 326 0 60 3 16 457 74 101
Binary 11011100 1110010 11010110 0 110000 11 1110 100101111 111100 1000001

Color Harmonies of #DC72D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC72D6

Black with #DC72D6

Text Example


Text Example

White with #DC72D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC72D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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