Html Css Color HEX #D37CCC Orchid

📋 copy color: '#D37CCC'

red 211 ◦ green 124 ◦ blue 204

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

Shades of Orchid #D37CCC

Tints of Orchid #D37CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 39.15%
G = 23.01%
B = 37.85%

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

#D37CCC (or 0xD37CCC) is known color: Orchid. HEX triplet: D3, 7C and CC. RGB value is (211,124,204). Sum of RGB (Red+Green+Blue) = 211+124+204=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 211 - color contains mainly: red. Hex color #D37CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37CCC is #2C8333. Grayscale: #9E9E9E. Windows color (decimal): -2917172 or 13401299. OLE color: 13401299.

HSL color Cylindrical-coordinate representation of color #D37CCC: hue angle of 304.83º 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 #D37CCC is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 124 204 -
CMYK 0 0.41 0.03 0.17
HSL 304.83º 0.5% 0.66% -
HSV(B) 304.83º 0.41% 0.83% -
XYZ 44.97 32.62 61.05 -
YUV 159.13 153.32 165 -
System Red Green Blue C M Y K H S L
Decimal 211 124 204 0 0.41 0.03 0.17 304.83 0.5 0.66
Hex D3 7C CC 0 29 3 11 131 32 42
Octal 323 174 314 0 51 3 21 461 62 102
Binary 11010011 1111100 11001100 0 101001 11 10001 100110001 110010 1000010

Color Harmonies of #D37CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37CCC

Black with #D37CCC

Text Example


Text Example

White with #D37CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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