Html Css Color HEX #D37BDC Orchid

📋 copy color: '#D37BDC'

red 211 ◦ green 123 ◦ blue 220

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

Shades of Orchid #D37BDC

Tints of Orchid #D37BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.71%

R = 38.09%
G = 22.2%
B = 39.71%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D37BDC (or 0xD37BDC) is known color: Orchid. HEX triplet: D3, 7B and DC. RGB value is (211,123,220). Sum of RGB (Red+Green+Blue) = 211+123+220=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #D37BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37BDC is #2C8423. Grayscale: #A0A0A0. Windows color (decimal): -2917412 or 14449619. OLE color: 14449619.

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

Color convert

RGB 211 123 220 -
CMYK 0.04 0.44 0 0.14
HSL 294.43º 0.58% 0.67% -
HSV(B) 294.43º 0.44% 0.86% -
XYZ 46.87 33.18 71.64 -
YUV 160.37 161.65 164.11 -
System Red Green Blue C M Y K H S L
Decimal 211 123 220 0.04 0.44 0 0.14 294.43 0.58 0.67
Hex D3 7B DC 4 2C 0 E 126 3A 43
Octal 323 173 334 4 54 0 16 446 72 103
Binary 11010011 1111011 11011100 100 101100 0 1110 100100110 111010 1000011

Color Harmonies of #D37BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37BDC

Black with #D37BDC

Text Example


Text Example

White with #D37BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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