Html Css Color HEX #D372DB Orchid

📋 copy color: '#D372DB'

red 211 ◦ green 114 ◦ blue 219

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

Shades of Orchid #D372DB

Tints of Orchid #D372DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.26%

R = 38.79%
G = 20.96%
B = 40.26%

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

#D372DB (or 0xD372DB) is known color: Orchid. HEX triplet: D3, 72 and DB. RGB value is (211,114,219). Sum of RGB (Red+Green+Blue) = 211+114+219=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 114 (44.92% from 255 or 20.96% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #D372DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D372DB is #2C8D24. Grayscale: #9A9A9A. Windows color (decimal): -2919717 or 14381779. OLE color: 14381779.

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

Color convert

RGB 211 114 219 -
CMYK 0.04 0.48 0 0.14
HSL 295.43º 0.59% 0.65% -
HSV(B) 295.43º 0.48% 0.86% -
XYZ 45.67 31 70.59 -
YUV 154.97 164.14 167.96 -
System Red Green Blue C M Y K H S L
Decimal 211 114 219 0.04 0.48 0 0.14 295.43 0.59 0.65
Hex D3 72 DB 4 30 0 E 127 3B 41
Octal 323 162 333 4 60 0 16 447 73 101
Binary 11010011 1110010 11011011 100 110000 0 1110 100100111 111011 1000001

Color Harmonies of #D372DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D372DB

Black with #D372DB

Text Example


Text Example

White with #D372DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D372DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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