Html Css Color HEX #D77BC8 Orchid

📋 copy color: '#D77BC8'

red 215 ◦ green 123 ◦ blue 200

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

Shades of Orchid #D77BC8

Tints of Orchid #D77BC8

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.86%

 BLUE value IS 200 (78.52% from 255) = 37.17%

R = 39.96%
G = 22.86%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D77BC8 (or 0xD77BC8) is known color: Orchid. HEX triplet: D7, 7B and C8. RGB value is (215,123,200). Sum of RGB (Red+Green+Blue) = 215+123+200=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 200 (78.52% from 255 or 37.17% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D77BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77BC8 is #288437. Grayscale: #9F9F9F. Windows color (decimal): -2655288 or 13138903. OLE color: 13138903.

HSL color Cylindrical-coordinate representation of color #D77BC8: hue angle of 309.78º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77BC8 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 123 200 -
CMYK 0 0.43 0.07 0.16
HSL 309.78º 0.53% 0.66% -
HSV(B) 309.78º 0.43% 0.84% -
XYZ 45.53 32.78 58.57 -
YUV 159.29 150.98 167.74 -
System Red Green Blue C M Y K H S L
Decimal 215 123 200 0 0.43 0.07 0.16 309.78 0.53 0.66
Hex D7 7B C8 0 2B 7 10 136 35 42
Octal 327 173 310 0 53 7 20 466 65 102
Binary 11010111 1111011 11001000 0 101011 111 10000 100110110 110101 1000010

Color Harmonies of #D77BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77BC8

Black with #D77BC8

Text Example


Text Example

White with #D77BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77BC8; }

 p { color: rgb(215,123,200); }

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

background-color css

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

 a { background-color: rgb(215,123,200); }

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

border-color css

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

 span { border-color: rgb(215,123,200); }

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