Html Css Color HEX #D777DD Orchid

📋 copy color: '#D777DD'

red 215 ◦ green 119 ◦ blue 221

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

Shades of Orchid #D777DD

Tints of Orchid #D777DD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.44%

 BLUE value IS 221 (86.72% from 255) = 39.82%

R = 38.74%
G = 21.44%
B = 39.82%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D777DD (or 0xD777DD) is known color: Orchid. HEX triplet: D7, 77 and DD. RGB value is (215,119,221). Sum of RGB (Red+Green+Blue) = 215+119+221=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #D777DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D777DD is #288822. Grayscale: #9F9F9F. Windows color (decimal): -2656291 or 14514135. OLE color: 14514135.

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

Color convert

RGB 215 119 221 -
CMYK 0.03 0.46 0 0.13
HSL 296.47º 0.6% 0.67% -
HSV(B) 296.47º 0.46% 0.87% -
XYZ 47.67 32.86 72.24 -
YUV 159.33 162.8 167.71 -
System Red Green Blue C M Y K H S L
Decimal 215 119 221 0.03 0.46 0 0.13 296.47 0.6 0.67
Hex D7 77 DD 3 2E 0 D 128 3C 43
Octal 327 167 335 3 56 0 15 450 74 103
Binary 11010111 1110111 11011101 11 101110 0 1101 100101000 111100 1000011

Color Harmonies of #D777DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D777DD

Black with #D777DD

Text Example


Text Example

White with #D777DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D777DD; }

 p { color: rgb(215,119,221); }

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

background-color css

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

 a { background-color: rgb(215,119,221); }

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

border-color css

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

 span { border-color: rgb(215,119,221); }

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