Html Css Color HEX #D37CCF Orchid

📋 copy color: '#D37CCF'

red 211 ◦ green 124 ◦ blue 207

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

Shades of Orchid #D37CCF

Tints of Orchid #D37CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.19%

R = 38.93%
G = 22.88%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D37CCF (or 0xD37CCF) is known color: Orchid. HEX triplet: D3, 7C and CF. RGB value is (211,124,207). Sum of RGB (Red+Green+Blue) = 211+124+207=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 211 - color contains mainly: red. Hex color #D37CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37CCF is #2C8330. Grayscale: #9F9F9F. Windows color (decimal): -2917169 or 13597907. OLE color: 13597907.

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

Color convert

RGB 211 124 207 -
CMYK 0 0.41 0.02 0.17
HSL 302.76º 0.5% 0.66% -
HSV(B) 302.76º 0.41% 0.83% -
XYZ 45.33 32.77 62.97 -
YUV 159.48 154.82 164.75 -
System Red Green Blue C M Y K H S L
Decimal 211 124 207 0 0.41 0.02 0.17 302.76 0.5 0.66
Hex D3 7C CF 0 29 2 11 12F 32 42
Octal 323 174 317 0 51 2 21 457 62 102
Binary 11010011 1111100 11001111 0 101001 10 10001 100101111 110010 1000010

Color Harmonies of #D37CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37CCF

Black with #D37CCF

Text Example


Text Example

White with #D37CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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