Html Css Color HEX #D37FDD Orchid

📋 copy color: '#D37FDD'

red 211 ◦ green 127 ◦ blue 221

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

Shades of Orchid #D37FDD

Tints of Orchid #D37FDD

RGB

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

 GREEN value IS 127 (50% from 255) = 22.72%

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

R = 37.75%
G = 22.72%
B = 39.53%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D37FDD (or 0xD37FDD) is known color: Orchid. HEX triplet: D3, 7F and DD. RGB value is (211,127,221). Sum of RGB (Red+Green+Blue) = 211+127+221=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #D37FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37FDD is #2C8022. Grayscale: #A2A2A2. Windows color (decimal): -2916387 or 14516179. OLE color: 14516179.

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

Color convert

RGB 211 127 221 -
CMYK 0.05 0.43 0 0.13
HSL 293.62º 0.58% 0.68% -
HSV(B) 293.62º 0.43% 0.87% -
XYZ 47.5 34.25 72.51 -
YUV 162.83 160.83 162.36 -
System Red Green Blue C M Y K H S L
Decimal 211 127 221 0.05 0.43 0 0.13 293.62 0.58 0.68
Hex D3 7F DD 5 2B 0 D 126 3A 44
Octal 323 177 335 5 53 0 15 446 72 104
Binary 11010011 1111111 11011101 101 101011 0 1101 100100110 111010 1000100

Color Harmonies of #D37FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37FDD

Black with #D37FDD

Text Example


Text Example

White with #D37FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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