Html Css Color HEX #DD72C0 Orchid

📋 copy color: '#DD72C0'

red 221 ◦ green 114 ◦ blue 192

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

Shades of Orchid #DD72C0

Tints of Orchid #DD72C0

RGB

 RED value IS 221 (86.72% from 255) = 41.94%

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

 BLUE value IS 192 (75.39% from 255) = 36.43%

R = 41.94%
G = 21.63%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD72C0 (or 0xDD72C0) is known color: Orchid. HEX triplet: DD, 72 and C0. RGB value is (221,114,192). Sum of RGB (Red+Green+Blue) = 221+114+192=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD72C0 is #228D3F. Grayscale: #9A9A9A. Windows color (decimal): -2264384 or 12612317. OLE color: 12612317.

HSL color Cylindrical-coordinate representation of color #DD72C0: hue angle of 316.26º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD72C0 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 114 192 -
CMYK 0 0.48 0.13 0.13
HSL 316.26º 0.61% 0.66% -
HSV(B) 316.26º 0.48% 0.87% -
XYZ 45.35 31.21 53.5 -
YUV 154.89 148.95 175.16 -
System Red Green Blue C M Y K H S L
Decimal 221 114 192 0 0.48 0.13 0.13 316.26 0.61 0.66
Hex DD 72 C0 0 30 D D 13C 3D 42
Octal 335 162 300 0 60 15 15 474 75 102
Binary 11011101 1110010 11000000 0 110000 1101 1101 100111100 111101 1000010

Color Harmonies of #DD72C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD72C0

Black with #DD72C0

Text Example


Text Example

White with #DD72C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD72C0; }

 p { color: rgb(221,114,192); }

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

background-color css

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

 a { background-color: rgb(221,114,192); }

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

border-color css

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

 span { border-color: rgb(221,114,192); }

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