Html Css Color HEX #D776CB Orchid

📋 copy color: '#D776CB'

red 215 ◦ green 118 ◦ blue 203

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

Shades of Orchid #D776CB

Tints of Orchid #D776CB

RGB

 RED value IS 215 (84.38% from 255) = 40.11%

 GREEN value IS 118 (46.48% from 255) = 22.01%

 BLUE value IS 203 (79.69% from 255) = 37.87%

R = 40.11%
G = 22.01%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D776CB (or 0xD776CB) is known color: Orchid. HEX triplet: D7, 76 and CB. RGB value is (215,118,203). Sum of RGB (Red+Green+Blue) = 215+118+203=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D776CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D776CB is #288934. Grayscale: #9C9C9C. Windows color (decimal): -2656565 or 13334231. OLE color: 13334231.

HSL color Cylindrical-coordinate representation of color #D776CB: hue angle of 307.42º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D776CB is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 118 203 -
CMYK 0 0.45 0.06 0.16
HSL 307.42º 0.55% 0.65% -
HSV(B) 307.42º 0.45% 0.84% -
XYZ 45.28 31.72 60.24 -
YUV 156.69 154.14 169.59 -
System Red Green Blue C M Y K H S L
Decimal 215 118 203 0 0.45 0.06 0.16 307.42 0.55 0.65
Hex D7 76 CB 0 2D 6 10 133 37 41
Octal 327 166 313 0 55 6 20 463 67 101
Binary 11010111 1110110 11001011 0 101101 110 10000 100110011 110111 1000001

Color Harmonies of #D776CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D776CB

Black with #D776CB

Text Example


Text Example

White with #D776CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D776CB; }

 p { color: rgb(215,118,203); }

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

background-color css

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

 a { background-color: rgb(215,118,203); }

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

border-color css

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

 span { border-color: rgb(215,118,203); }

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