Html Css Color HEX #D77DD5 Orchid

📋 copy color: '#D77DD5'

red 215 ◦ green 125 ◦ blue 213

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

Shades of Orchid #D77DD5

Tints of Orchid #D77DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.52%

R = 38.88%
G = 22.6%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D77DD5 (or 0xD77DD5) is known color: Orchid. HEX triplet: D7, 7D and D5. RGB value is (215,125,213). Sum of RGB (Red+Green+Blue) = 215+125+213=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77DD5 is #28822A. Grayscale: #A1A1A1. Windows color (decimal): -2654763 or 13991383. OLE color: 13991383.

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

Color convert

RGB 215 125 213 -
CMYK 0 0.42 0.01 0.16
HSL 301.33º 0.53% 0.67% -
HSV(B) 301.33º 0.42% 0.84% -
XYZ 47.37 33.92 67 -
YUV 161.94 156.82 165.84 -
System Red Green Blue C M Y K H S L
Decimal 215 125 213 0 0.42 0.01 0.16 301.33 0.53 0.67
Hex D7 7D D5 0 2A 1 10 12D 35 43
Octal 327 175 325 0 52 1 20 455 65 103
Binary 11010111 1111101 11010101 0 101010 1 10000 100101101 110101 1000011

Color Harmonies of #D77DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77DD5

Black with #D77DD5

Text Example


Text Example

White with #D77DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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