Html Css Color HEX #D77CC9 Orchid

📋 copy color: '#D77CC9'

red 215 ◦ green 124 ◦ blue 201

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

Shades of Orchid #D77CC9

Tints of Orchid #D77CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.22%

R = 39.81%
G = 22.96%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D77CC9 (or 0xD77CC9) is known color: Orchid. HEX triplet: D7, 7C and C9. RGB value is (215,124,201). Sum of RGB (Red+Green+Blue) = 215+124+201=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77CC9 is #288336. Grayscale: #9F9F9F. Windows color (decimal): -2655031 or 13204695. OLE color: 13204695.

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

Color convert

RGB 215 124 201 -
CMYK 0 0.42 0.07 0.16
HSL 309.23º 0.53% 0.66% -
HSV(B) 309.23º 0.42% 0.84% -
XYZ 45.77 33.08 59.23 -
YUV 159.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 215 124 201 0 0.42 0.07 0.16 309.23 0.53 0.66
Hex D7 7C C9 0 2A 7 10 135 35 42
Octal 327 174 311 0 52 7 20 465 65 102
Binary 11010111 1111100 11001001 0 101010 111 10000 100110101 110101 1000010

Color Harmonies of #D77CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77CC9

Black with #D77CC9

Text Example


Text Example

White with #D77CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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