Html Css Color HEX #D77FD3 Orchid

📋 copy color: '#D77FD3'

red 215 ◦ green 127 ◦ blue 211

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

Shades of Orchid #D77FD3

Tints of Orchid #D77FD3

RGB

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

 GREEN value IS 127 (50% from 255) = 22.97%

 BLUE value IS 211 (82.81% from 255) = 38.16%

R = 38.88%
G = 22.97%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D77FD3 (or 0xD77FD3) is known color: Orchid. HEX triplet: D7, 7F and D3. RGB value is (215,127,211). Sum of RGB (Red+Green+Blue) = 215+127+211=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 211 (82.81% from 255 or 38.16% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FD3 is #28802C. Grayscale: #A2A2A2. Windows color (decimal): -2654253 or 13860823. OLE color: 13860823.

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

Color convert

RGB 215 127 211 -
CMYK 0 0.41 0.02 0.16
HSL 302.73º 0.52% 0.67% -
HSV(B) 302.73º 0.41% 0.84% -
XYZ 47.37 34.33 65.76 -
YUV 162.89 155.15 165.17 -
System Red Green Blue C M Y K H S L
Decimal 215 127 211 0 0.41 0.02 0.16 302.73 0.52 0.67
Hex D7 7F D3 0 29 2 10 12F 34 43
Octal 327 177 323 0 51 2 20 457 64 103
Binary 11010111 1111111 11010011 0 101001 10 10000 100101111 110100 1000011

Color Harmonies of #D77FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77FD3

Black with #D77FD3

Text Example


Text Example

White with #D77FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77FD3; }

 p { color: rgb(215,127,211); }

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

background-color css

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

 a { background-color: rgb(215,127,211); }

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

border-color css

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

 span { border-color: rgb(215,127,211); }

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