Html Css Color HEX #D372DC Orchid

📋 copy color: '#D372DC'

red 211 ◦ green 114 ◦ blue 220

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

Shades of Orchid #D372DC

Tints of Orchid #D372DC

RGB

 RED value IS 211 (82.81% from 255) = 38.72%

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

 BLUE value IS 220 (86.33% from 255) = 40.37%

R = 38.72%
G = 20.92%
B = 40.37%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D372DC (or 0xD372DC) is known color: Orchid. HEX triplet: D3, 72 and DC. RGB value is (211,114,220). Sum of RGB (Red+Green+Blue) = 211+114+220=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 114 (44.92% from 255 or 20.92% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #D372DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D372DC is #2C8D23. Grayscale: #9A9A9A. Windows color (decimal): -2919716 or 14447315. OLE color: 14447315.

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

Color convert

RGB 211 114 220 -
CMYK 0.04 0.48 0 0.14
HSL 294.91º 0.6% 0.65% -
HSV(B) 294.91º 0.48% 0.86% -
XYZ 45.8 31.05 71.29 -
YUV 155.09 164.64 167.88 -
System Red Green Blue C M Y K H S L
Decimal 211 114 220 0.04 0.48 0 0.14 294.91 0.6 0.65
Hex D3 72 DC 4 30 0 E 127 3C 41
Octal 323 162 334 4 60 0 16 447 74 101
Binary 11010011 1110010 11011100 100 110000 0 1110 100100111 111100 1000001

Color Harmonies of #D372DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D372DC

Black with #D372DC

Text Example


Text Example

White with #D372DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D372DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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