Html Css Color HEX #D37BE0 Orchid

📋 copy color: '#D37BE0'

red 211 ◦ green 123 ◦ blue 224

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

Shades of Orchid #D37BE0

Tints of Orchid #D37BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.14%

R = 37.81%
G = 22.04%
B = 40.14%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D37BE0 (or 0xD37BE0) is known color: Orchid. HEX triplet: D3, 7B and E0. RGB value is (211,123,224). Sum of RGB (Red+Green+Blue) = 211+123+224=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 123 (48.44% from 255 or 22.04% from 558); Blue value is 224 (87.89% from 255 or 40.14% from 558); Max value from RGB is 224 - color contains mainly: blue. Hex color #D37BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37BE0 is #2C841F. Grayscale: #A0A0A0. Windows color (decimal): -2917408 or 14711763. OLE color: 14711763.

HSL color Cylindrical-coordinate representation of color #D37BE0: hue angle of 292.28º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D37BE0 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 123 224 -
CMYK 0.06 0.45 0 0.12
HSL 292.28º 0.62% 0.68% -
HSV(B) 292.28º 0.45% 0.88% -
XYZ 47.4 33.4 74.47 -
YUV 160.83 163.65 163.79 -
System Red Green Blue C M Y K H S L
Decimal 211 123 224 0.06 0.45 0 0.12 292.28 0.62 0.68
Hex D3 7B E0 6 2D 0 C 124 3E 44
Octal 323 173 340 6 55 0 14 444 76 104
Binary 11010011 1111011 11100000 110 101101 0 1100 100100100 111110 1000100

Color Harmonies of #D37BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37BE0

Black with #D37BE0

Text Example


Text Example

White with #D37BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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