Html Css Color HEX #D77BCD Orchid

📋 copy color: '#D77BCD'

red 215 ◦ green 123 ◦ blue 205

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

Shades of Orchid #D77BCD

Tints of Orchid #D77BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.75%

R = 39.59%
G = 22.65%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D77BCD (or 0xD77BCD) is known color: Orchid. HEX triplet: D7, 7B and CD. RGB value is (215,123,205). Sum of RGB (Red+Green+Blue) = 215+123+205=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 215 - color contains mainly: red. Hex color #D77BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77BCD is #288432. Grayscale: #9F9F9F. Windows color (decimal): -2655283 or 13466583. OLE color: 13466583.

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

Color convert

RGB 215 123 205 -
CMYK 0 0.43 0.05 0.16
HSL 306.52º 0.53% 0.66% -
HSV(B) 306.52º 0.43% 0.84% -
XYZ 46.13 33.02 61.7 -
YUV 159.86 153.48 167.33 -
System Red Green Blue C M Y K H S L
Decimal 215 123 205 0 0.43 0.05 0.16 306.52 0.53 0.66
Hex D7 7B CD 0 2B 5 10 133 35 42
Octal 327 173 315 0 53 5 20 463 65 102
Binary 11010111 1111011 11001101 0 101011 101 10000 100110011 110101 1000010

Color Harmonies of #D77BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77BCD

Black with #D77BCD

Text Example


Text Example

White with #D77BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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