Html Css Color HEX #D37DCB Orchid

📋 copy color: '#D37DCB'

red 211 ◦ green 125 ◦ blue 203

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

Shades of Orchid #D37DCB

Tints of Orchid #D37DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.66%

R = 39.15%
G = 23.19%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D37DCB (or 0xD37DCB) is known color: Orchid. HEX triplet: D3, 7D and CB. RGB value is (211,125,203). Sum of RGB (Red+Green+Blue) = 211+125+203=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 211 - color contains mainly: red. Hex color #D37DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37DCB is #2C8234. Grayscale: #9F9F9F. Windows color (decimal): -2916917 or 13336019. OLE color: 13336019.

HSL color Cylindrical-coordinate representation of color #D37DCB: hue angle of 305.58º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D37DCB is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 125 203 -
CMYK 0 0.41 0.04 0.17
HSL 305.58º 0.49% 0.66% -
HSV(B) 305.58º 0.41% 0.83% -
XYZ 44.98 32.83 60.47 -
YUV 159.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 211 125 203 0 0.41 0.04 0.17 305.58 0.49 0.66
Hex D3 7D CB 0 29 4 11 132 31 42
Octal 323 175 313 0 51 4 21 462 61 102
Binary 11010011 1111101 11001011 0 101001 100 10001 100110010 110001 1000010

Color Harmonies of #D37DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37DCB

Black with #D37DCB

Text Example


Text Example

White with #D37DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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