Html Css Color HEX #D377CD Orchid

📋 copy color: '#D377CD'

red 211 ◦ green 119 ◦ blue 205

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

Shades of Orchid #D377CD

Tints of Orchid #D377CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.32%

R = 39.44%
G = 22.24%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D377CD (or 0xD377CD) is known color: Orchid. HEX triplet: D3, 77 and CD. RGB value is (211,119,205). Sum of RGB (Red+Green+Blue) = 211+119+205=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 211 - color contains mainly: red. Hex color #D377CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D377CD is #2C8832. Grayscale: #9C9C9C. Windows color (decimal): -2918451 or 13465555. OLE color: 13465555.

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

Color convert

RGB 211 119 205 -
CMYK 0 0.44 0.03 0.17
HSL 303.91º 0.51% 0.65% -
HSV(B) 303.91º 0.44% 0.83% -
XYZ 44.48 31.45 61.48 -
YUV 156.31 155.48 167.01 -
System Red Green Blue C M Y K H S L
Decimal 211 119 205 0 0.44 0.03 0.17 303.91 0.51 0.65
Hex D3 77 CD 0 2C 3 11 130 33 41
Octal 323 167 315 0 54 3 21 460 63 101
Binary 11010011 1110111 11001101 0 101100 11 10001 100110000 110011 1000001

Color Harmonies of #D377CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D377CD

Black with #D377CD

Text Example


Text Example

White with #D377CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D377CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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