Html Css Color HEX #D37DDB Orchid

📋 copy color: '#D37DDB'

red 211 ◦ green 125 ◦ blue 219

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

Shades of Orchid #D37DDB

Tints of Orchid #D37DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.52%

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

R = 38.02%
G = 22.52%
B = 39.46%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D37DDB (or 0xD37DDB) is known color: Orchid. HEX triplet: D3, 7D and DB. RGB value is (211,125,219). Sum of RGB (Red+Green+Blue) = 211+125+219=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #D37DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37DDB is #2C8224. Grayscale: #A1A1A1. Windows color (decimal): -2916901 or 14384595. OLE color: 14384595.

HSL color Cylindrical-coordinate representation of color #D37DDB: hue angle of 294.89º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D37DDB is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 125 219 -
CMYK 0.04 0.43 0 0.14
HSL 294.89º 0.57% 0.67% -
HSV(B) 294.89º 0.43% 0.86% -
XYZ 46.98 33.63 71.03 -
YUV 161.43 160.49 163.36 -
System Red Green Blue C M Y K H S L
Decimal 211 125 219 0.04 0.43 0 0.14 294.89 0.57 0.67
Hex D3 7D DB 4 2B 0 E 127 39 43
Octal 323 175 333 4 53 0 16 447 71 103
Binary 11010011 1111101 11011011 100 101011 0 1110 100100111 111001 1000011

Color Harmonies of #D37DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37DDB

Black with #D37DDB

Text Example


Text Example

White with #D37DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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