Html Css Color HEX #D776DF Orchid

📋 copy color: '#D776DF'

red 215 ◦ green 118 ◦ blue 223

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

Shades of Orchid #D776DF

Tints of Orchid #D776DF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.22%

 BLUE value IS 223 (87.5% from 255) = 40.11%

R = 38.67%
G = 21.22%
B = 40.11%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D776DF (or 0xD776DF) is known color: Orchid. HEX triplet: D7, 76 and DF. RGB value is (215,118,223). Sum of RGB (Red+Green+Blue) = 215+118+223=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #D776DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D776DF is #288920. Grayscale: #9E9E9E. Windows color (decimal): -2656545 or 14644951. OLE color: 14644951.

HSL color Cylindrical-coordinate representation of color #D776DF: hue angle of 295.43º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D776DF is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 118 223 -
CMYK 0.04 0.47 0 0.13
HSL 295.43º 0.62% 0.67% -
HSV(B) 295.43º 0.47% 0.87% -
XYZ 47.82 32.73 73.61 -
YUV 158.97 164.14 167.96 -
System Red Green Blue C M Y K H S L
Decimal 215 118 223 0.04 0.47 0 0.13 295.43 0.62 0.67
Hex D7 76 DF 4 2F 0 D 127 3E 43
Octal 327 166 337 4 57 0 15 447 76 103
Binary 11010111 1110110 11011111 100 101111 0 1101 100100111 111110 1000011

Color Harmonies of #D776DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D776DF

Black with #D776DF

Text Example


Text Example

White with #D776DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D776DF; }

 p { color: rgb(215,118,223); }

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

background-color css

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

 a { background-color: rgb(215,118,223); }

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

border-color css

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

 span { border-color: rgb(215,118,223); }

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