Html Css Color HEX #D37ADD Orchid

📋 copy color: '#D37ADD'

red 211 ◦ green 122 ◦ blue 221

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

Shades of Orchid #D37ADD

Tints of Orchid #D37ADD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.02%

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

R = 38.09%
G = 22.02%
B = 39.89%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D37ADD (or 0xD37ADD) is known color: Orchid. HEX triplet: D3, 7A and DD. RGB value is (211,122,221). Sum of RGB (Red+Green+Blue) = 211+122+221=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #D37ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37ADD is #2C8522. Grayscale: #9F9F9F. Windows color (decimal): -2917667 or 14514899. OLE color: 14514899.

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

Color convert

RGB 211 122 221 -
CMYK 0.05 0.45 0 0.13
HSL 293.94º 0.59% 0.67% -
HSV(B) 293.94º 0.45% 0.87% -
XYZ 46.87 32.99 72.3 -
YUV 159.9 162.49 164.45 -
System Red Green Blue C M Y K H S L
Decimal 211 122 221 0.05 0.45 0 0.13 293.94 0.59 0.67
Hex D3 7A DD 5 2D 0 D 126 3B 43
Octal 323 172 335 5 55 0 15 446 73 103
Binary 11010011 1111010 11011101 101 101101 0 1101 100100110 111011 1000011

Color Harmonies of #D37ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37ADD

Black with #D37ADD

Text Example


Text Example

White with #D37ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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