Html Css Color HEX #D77CBD Orchid

📋 copy color: '#D77CBD'

red 215 ◦ green 124 ◦ blue 189

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

Shades of Orchid #D77CBD

Tints of Orchid #D77CBD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.48%

 BLUE value IS 189 (74.22% from 255) = 35.8%

R = 40.72%
G = 23.48%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D77CBD (or 0xD77CBD) is known color: Orchid. HEX triplet: D7, 7C and BD. RGB value is (215,124,189). Sum of RGB (Red+Green+Blue) = 215+124+189=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77CBD is #288342. Grayscale: #9E9E9E. Windows color (decimal): -2655043 or 12418263. OLE color: 12418263.

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

Color convert

RGB 215 124 189 -
CMYK 0 0.42 0.12 0.16
HSL 317.14º 0.53% 0.66% -
HSV(B) 317.14º 0.42% 0.84% -
XYZ 44.42 32.54 52.08 -
YUV 158.62 145.15 168.21 -
System Red Green Blue C M Y K H S L
Decimal 215 124 189 0 0.42 0.12 0.16 317.14 0.53 0.66
Hex D7 7C BD 0 2A C 10 13D 35 42
Octal 327 174 275 0 52 14 20 475 65 102
Binary 11010111 1111100 10111101 0 101010 1100 10000 100111101 110101 1000010

Color Harmonies of #D77CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77CBD

Black with #D77CBD

Text Example


Text Example

White with #D77CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77CBD; }

 p { color: rgb(215,124,189); }

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

background-color css

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

 a { background-color: rgb(215,124,189); }

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

border-color css

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

 span { border-color: rgb(215,124,189); }

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