Html Css Color HEX #D77DC9 Orchid

📋 copy color: '#D77DC9'

red 215 ◦ green 125 ◦ blue 201

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

Shades of Orchid #D77DC9

Tints of Orchid #D77DC9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.11%

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

R = 39.74%
G = 23.11%
B = 37.15%

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

#D77DC9 (or 0xD77DC9) is known color: Orchid. HEX triplet: D7, 7D and C9. RGB value is (215,125,201). Sum of RGB (Red+Green+Blue) = 215+125+201=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77DC9 is #288236. Grayscale: #A0A0A0. Windows color (decimal): -2654775 or 13204951. OLE color: 13204951.

HSL color Cylindrical-coordinate representation of color #D77DC9: hue angle of 309.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77DC9 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 125 201 -
CMYK 0 0.42 0.07 0.16
HSL 309.33º 0.53% 0.67% -
HSV(B) 309.33º 0.42% 0.84% -
XYZ 45.9 33.33 59.27 -
YUV 160.57 150.82 166.82 -
System Red Green Blue C M Y K H S L
Decimal 215 125 201 0 0.42 0.07 0.16 309.33 0.53 0.67
Hex D7 7D C9 0 2A 7 10 135 35 43
Octal 327 175 311 0 52 7 20 465 65 103
Binary 11010111 1111101 11001001 0 101010 111 10000 100110101 110101 1000011

Color Harmonies of #D77DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77DC9

Black with #D77DC9

Text Example


Text Example

White with #D77DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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