Html Css Color HEX #D37FCF Orchid

📋 copy color: '#D37FCF'

red 211 ◦ green 127 ◦ blue 207

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

Shades of Orchid #D37FCF

Tints of Orchid #D37FCF

RGB

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

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

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

R = 38.72%
G = 23.3%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D37FCF (or 0xD37FCF) is known color: Orchid. HEX triplet: D3, 7F and CF. RGB value is (211,127,207). Sum of RGB (Red+Green+Blue) = 211+127+207=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 211 - color contains mainly: red. Hex color #D37FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37FCF is #2C8030. Grayscale: #A1A1A1. Windows color (decimal): -2916401 or 13598675. OLE color: 13598675.

HSL color Cylindrical-coordinate representation of color #D37FCF: hue angle of 302.86º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D37FCF is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 127 207 -
CMYK 0 0.40 0.02 0.17
HSL 302.86º 0.49% 0.66% -
HSV(B) 302.86º 0.4% 0.83% -
XYZ 45.72 33.53 63.09 -
YUV 161.24 153.83 163.5 -
System Red Green Blue C M Y K H S L
Decimal 211 127 207 0 0.40 0.02 0.17 302.86 0.49 0.66
Hex D3 7F CF 0 28 2 11 12F 31 42
Octal 323 177 317 0 50 2 21 457 61 102
Binary 11010011 1111111 11001111 0 101000 10 10001 100101111 110001 1000010

Color Harmonies of #D37FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37FCF

Black with #D37FCF

Text Example


Text Example

White with #D37FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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