Html Css Color HEX #D77CBF Orchid

📋 copy color: '#D77CBF'

red 215 ◦ green 124 ◦ blue 191

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

Shades of Orchid #D77CBF

Tints of Orchid #D77CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.04%

R = 40.57%
G = 23.4%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D77CBF (or 0xD77CBF) is known color: Orchid. HEX triplet: D7, 7C and BF. RGB value is (215,124,191). Sum of RGB (Red+Green+Blue) = 215+124+191=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77CBF is #288340. Grayscale: #9E9E9E. Windows color (decimal): -2655041 or 12549335. OLE color: 12549335.

HSL color Cylindrical-coordinate representation of color #D77CBF: hue angle of 315.82º 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 #D77CBF is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 124 191 -
CMYK 0 0.42 0.11 0.16
HSL 315.82º 0.53% 0.66% -
HSV(B) 315.82º 0.42% 0.84% -
XYZ 44.64 32.62 53.23 -
YUV 158.85 146.15 168.05 -
System Red Green Blue C M Y K H S L
Decimal 215 124 191 0 0.42 0.11 0.16 315.82 0.53 0.66
Hex D7 7C BF 0 2A B 10 13C 35 42
Octal 327 174 277 0 52 13 20 474 65 102
Binary 11010111 1111100 10111111 0 101010 1011 10000 100111100 110101 1000010

Color Harmonies of #D77CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77CBF

Black with #D77CBF

Text Example


Text Example

White with #D77CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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