Html Css Color HEX #D377CF Orchid

📋 copy color: '#D377CF'

red 211 ◦ green 119 ◦ blue 207

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

Shades of Orchid #D377CF

Tints of Orchid #D377CF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.16%

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

R = 39.29%
G = 22.16%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D377CF (or 0xD377CF) is known color: Orchid. HEX triplet: D3, 77 and CF. RGB value is (211,119,207). Sum of RGB (Red+Green+Blue) = 211+119+207=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 211 - color contains mainly: red. Hex color #D377CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D377CF is #2C8830. Grayscale: #9C9C9C. Windows color (decimal): -2918449 or 13596627. OLE color: 13596627.

HSL color Cylindrical-coordinate representation of color #D377CF: hue angle of 302.61º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D377CF is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 119 207 -
CMYK 0 0.44 0.02 0.17
HSL 302.61º 0.51% 0.65% -
HSV(B) 302.61º 0.44% 0.83% -
XYZ 44.72 31.55 62.76 -
YUV 156.54 156.48 166.84 -
System Red Green Blue C M Y K H S L
Decimal 211 119 207 0 0.44 0.02 0.17 302.61 0.51 0.65
Hex D3 77 CF 0 2C 2 11 12F 33 41
Octal 323 167 317 0 54 2 21 457 63 101
Binary 11010011 1110111 11001111 0 101100 10 10001 100101111 110011 1000001

Color Harmonies of #D377CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D377CF

Black with #D377CF

Text Example


Text Example

White with #D377CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D377CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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