Html Css Color HEX #D37CCD Orchid

📋 copy color: '#D37CCD'

red 211 ◦ green 124 ◦ blue 205

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

Shades of Orchid #D37CCD

Tints of Orchid #D37CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.96%

 BLUE value IS 205 (80.47% from 255) = 37.96%

R = 39.07%
G = 22.96%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D37CCD (or 0xD37CCD) is known color: Orchid. HEX triplet: D3, 7C and CD. RGB value is (211,124,205). Sum of RGB (Red+Green+Blue) = 211+124+205=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 211 - color contains mainly: red. Hex color #D37CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37CCD is #2C8332. Grayscale: #9F9F9F. Windows color (decimal): -2917171 or 13466835. OLE color: 13466835.

HSL color Cylindrical-coordinate representation of color #D37CCD: hue angle of 304.14º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D37CCD is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 124 205 -
CMYK 0 0.41 0.03 0.17
HSL 304.14º 0.5% 0.66% -
HSV(B) 304.14º 0.41% 0.83% -
XYZ 45.09 32.67 61.69 -
YUV 159.25 153.82 164.91 -
System Red Green Blue C M Y K H S L
Decimal 211 124 205 0 0.41 0.03 0.17 304.14 0.5 0.66
Hex D3 7C CD 0 29 3 11 130 32 42
Octal 323 174 315 0 51 3 21 460 62 102
Binary 11010011 1111100 11001101 0 101001 11 10001 100110000 110010 1000010

Color Harmonies of #D37CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37CCD

Black with #D37CCD

Text Example


Text Example

White with #D37CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37CCD; }

 p { color: rgb(211,124,205); }

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

background-color css

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

 a { background-color: rgb(211,124,205); }

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

border-color css

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

 span { border-color: rgb(211,124,205); }

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