Html Css Color HEX #D77BBC Orchid

📋 copy color: '#D77BBC'

red 215 ◦ green 123 ◦ blue 188

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

Shades of Orchid #D77BBC

Tints of Orchid #D77BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.74%

R = 40.87%
G = 23.38%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D77BBC (or 0xD77BBC) is known color: Orchid. HEX triplet: D7, 7B and BC. RGB value is (215,123,188). Sum of RGB (Red+Green+Blue) = 215+123+188=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D77BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77BBC is #288443. Grayscale: #9D9D9D. Windows color (decimal): -2655300 or 12352471. OLE color: 12352471.

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

Color convert

RGB 215 123 188 -
CMYK 0 0.43 0.13 0.16
HSL 317.61º 0.53% 0.66% -
HSV(B) 317.61º 0.43% 0.84% -
XYZ 44.18 32.24 51.47 -
YUV 157.92 144.98 168.71 -
System Red Green Blue C M Y K H S L
Decimal 215 123 188 0 0.43 0.13 0.16 317.61 0.53 0.66
Hex D7 7B BC 0 2B D 10 13E 35 42
Octal 327 173 274 0 53 15 20 476 65 102
Binary 11010111 1111011 10111100 0 101011 1101 10000 100111110 110101 1000010

Color Harmonies of #D77BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77BBC

Black with #D77BBC

Text Example


Text Example

White with #D77BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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