Html Css Color HEX #D778DD Orchid

📋 copy color: '#D778DD'

red 215 ◦ green 120 ◦ blue 221

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

Shades of Orchid #D778DD

Tints of Orchid #D778DD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.58%

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

R = 38.67%
G = 21.58%
B = 39.75%

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

#D778DD (or 0xD778DD) is known color: Orchid. HEX triplet: D7, 78 and DD. RGB value is (215,120,221). Sum of RGB (Red+Green+Blue) = 215+120+221=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #D778DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D778DD is #288722. Grayscale: #9F9F9F. Windows color (decimal): -2656035 or 14514391. OLE color: 14514391.

HSL color Cylindrical-coordinate representation of color #D778DD: hue angle of 296.44º 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 #D778DD is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 120 221 -
CMYK 0.03 0.46 0 0.13
HSL 296.44º 0.6% 0.67% -
HSV(B) 296.44º 0.46% 0.87% -
XYZ 47.79 33.1 72.28 -
YUV 159.92 162.47 167.29 -
System Red Green Blue C M Y K H S L
Decimal 215 120 221 0.03 0.46 0 0.13 296.44 0.6 0.67
Hex D7 78 DD 3 2E 0 D 128 3C 43
Octal 327 170 335 3 56 0 15 450 74 103
Binary 11010111 1111000 11011101 11 101110 0 1101 100101000 111100 1000011

Color Harmonies of #D778DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D778DD

Black with #D778DD

Text Example


Text Example

White with #D778DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D778DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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