Html Css Color HEX #D37BDD Orchid

📋 copy color: '#D37BDD'

red 211 ◦ green 123 ◦ blue 221

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

Shades of Orchid #D37BDD

Tints of Orchid #D37BDD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.16%

 BLUE value IS 221 (86.72% from 255) = 39.82%

R = 38.02%
G = 22.16%
B = 39.82%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D37BDD (or 0xD37BDD) is known color: Orchid. HEX triplet: D3, 7B and DD. RGB value is (211,123,221). Sum of RGB (Red+Green+Blue) = 211+123+221=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #D37BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37BDD is #2C8422. Grayscale: #A0A0A0. Windows color (decimal): -2917411 or 14515155. OLE color: 14515155.

HSL color Cylindrical-coordinate representation of color #D37BDD: hue angle of 293.88º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D37BDD is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 123 221 -
CMYK 0.05 0.44 0 0.13
HSL 293.88º 0.59% 0.67% -
HSV(B) 293.88º 0.44% 0.87% -
XYZ 47 33.24 72.34 -
YUV 160.48 162.15 164.03 -
System Red Green Blue C M Y K H S L
Decimal 211 123 221 0.05 0.44 0 0.13 293.88 0.59 0.67
Hex D3 7B DD 5 2C 0 D 126 3B 43
Octal 323 173 335 5 54 0 15 446 73 103
Binary 11010011 1111011 11011101 101 101100 0 1101 100100110 111011 1000011

Color Harmonies of #D37BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37BDD

Black with #D37BDD

Text Example


Text Example

White with #D37BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37BDD; }

 p { color: rgb(211,123,221); }

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

background-color css

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

 a { background-color: rgb(211,123,221); }

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

border-color css

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

 span { border-color: rgb(211,123,221); }

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