Html Css Color HEX #D377CE Orchid

📋 copy color: '#D377CE'

red 211 ◦ green 119 ◦ blue 206

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

Shades of Orchid #D377CE

Tints of Orchid #D377CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.43%

R = 39.37%
G = 22.2%
B = 38.43%

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

#D377CE (or 0xD377CE) is known color: Orchid. HEX triplet: D3, 77 and CE. RGB value is (211,119,206). Sum of RGB (Red+Green+Blue) = 211+119+206=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 211 - color contains mainly: red. Hex color #D377CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D377CE is #2C8831. Grayscale: #9C9C9C. Windows color (decimal): -2918450 or 13531091. OLE color: 13531091.

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

Color convert

RGB 211 119 206 -
CMYK 0 0.44 0.02 0.17
HSL 303.26º 0.51% 0.65% -
HSV(B) 303.26º 0.44% 0.83% -
XYZ 44.6 31.5 62.12 -
YUV 156.43 155.98 166.93 -
System Red Green Blue C M Y K H S L
Decimal 211 119 206 0 0.44 0.02 0.17 303.26 0.51 0.65
Hex D3 77 CE 0 2C 2 11 12F 33 41
Octal 323 167 316 0 54 2 21 457 63 101
Binary 11010011 1110111 11001110 0 101100 10 10001 100101111 110011 1000001

Color Harmonies of #D377CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D377CE

Black with #D377CE

Text Example


Text Example

White with #D377CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D377CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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