Html Css Color HEX #D77BC3 Orchid

📋 copy color: '#D77BC3'

red 215 ◦ green 123 ◦ blue 195

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

Shades of Orchid #D77BC3

Tints of Orchid #D77BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.59%

R = 40.34%
G = 23.08%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D77BC3 (or 0xD77BC3) is known color: Orchid. HEX triplet: D7, 7B and C3. RGB value is (215,123,195). Sum of RGB (Red+Green+Blue) = 215+123+195=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D77BC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77BC3 is #28843C. Grayscale: #9E9E9E. Windows color (decimal): -2655293 or 12811223. OLE color: 12811223.

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

Color convert

RGB 215 123 195 -
CMYK 0 0.43 0.09 0.16
HSL 313.04º 0.53% 0.66% -
HSV(B) 313.04º 0.43% 0.84% -
XYZ 44.96 32.55 55.54 -
YUV 158.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 215 123 195 0 0.43 0.09 0.16 313.04 0.53 0.66
Hex D7 7B C3 0 2B 9 10 139 35 42
Octal 327 173 303 0 53 11 20 471 65 102
Binary 11010111 1111011 11000011 0 101011 1001 10000 100111001 110101 1000010

Color Harmonies of #D77BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77BC3

Black with #D77BC3

Text Example


Text Example

White with #D77BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77BC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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