Html Css Color HEX #DC72CC Orchid

📋 copy color: '#DC72CC'

red 220 ◦ green 114 ◦ blue 204

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

Shades of Orchid #DC72CC

Tints of Orchid #DC72CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.92%

R = 40.89%
G = 21.19%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC72CC (or 0xDC72CC) is known color: Orchid. HEX triplet: DC, 72 and CC. RGB value is (220,114,204). Sum of RGB (Red+Green+Blue) = 220+114+204=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72CC is #238D33. Grayscale: #9B9B9B. Windows color (decimal): -2329908 or 13398748. OLE color: 13398748.

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

Color convert

RGB 220 114 204 -
CMYK 0 0.48 0.07 0.14
HSL 309.06º 0.6% 0.65% -
HSV(B) 309.06º 0.48% 0.86% -
XYZ 46.43 31.61 60.78 -
YUV 155.95 155.12 173.68 -
System Red Green Blue C M Y K H S L
Decimal 220 114 204 0 0.48 0.07 0.14 309.06 0.6 0.65
Hex DC 72 CC 0 30 7 E 135 3C 41
Octal 334 162 314 0 60 7 16 465 74 101
Binary 11011100 1110010 11001100 0 110000 111 1110 100110101 111100 1000001

Color Harmonies of #DC72CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC72CC

Black with #DC72CC

Text Example


Text Example

White with #DC72CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC72CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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