Html Css Color HEX #D377CC Orchid

📋 copy color: '#D377CC'

red 211 ◦ green 119 ◦ blue 204

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

Shades of Orchid #D377CC

Tints of Orchid #D377CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 39.51%
G = 22.28%
B = 38.2%

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

#D377CC (or 0xD377CC) is known color: Orchid. HEX triplet: D3, 77 and CC. RGB value is (211,119,204). Sum of RGB (Red+Green+Blue) = 211+119+204=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 211 - color contains mainly: red. Hex color #D377CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D377CC is #2C8833. Grayscale: #9B9B9B. Windows color (decimal): -2918452 or 13400019. OLE color: 13400019.

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

Color convert

RGB 211 119 204 -
CMYK 0 0.44 0.03 0.17
HSL 304.57º 0.51% 0.65% -
HSV(B) 304.57º 0.44% 0.83% -
XYZ 44.36 31.4 60.85 -
YUV 156.2 154.98 167.09 -
System Red Green Blue C M Y K H S L
Decimal 211 119 204 0 0.44 0.03 0.17 304.57 0.51 0.65
Hex D3 77 CC 0 2C 3 11 131 33 41
Octal 323 167 314 0 54 3 21 461 63 101
Binary 11010011 1110111 11001100 0 101100 11 10001 100110001 110011 1000001

Color Harmonies of #D377CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D377CC

Black with #D377CC

Text Example


Text Example

White with #D377CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D377CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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