Html Css Color HEX #D778D2 Orchid

📋 copy color: '#D778D2'

red 215 ◦ green 120 ◦ blue 210

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

Shades of Orchid #D778D2

Tints of Orchid #D778D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.53%

R = 39.45%
G = 22.02%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D778D2 (or 0xD778D2) is known color: Orchid. HEX triplet: D7, 78 and D2. RGB value is (215,120,210). Sum of RGB (Red+Green+Blue) = 215+120+210=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 210 (82.42% from 255 or 38.53% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D778D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D778D2 is #28872D. Grayscale: #9E9E9E. Windows color (decimal): -2656046 or 13793495. OLE color: 13793495.

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

Color convert

RGB 215 120 210 -
CMYK 0 0.44 0.02 0.16
HSL 303.16º 0.54% 0.66% -
HSV(B) 303.16º 0.44% 0.84% -
XYZ 46.37 32.53 64.81 -
YUV 158.67 156.97 168.18 -
System Red Green Blue C M Y K H S L
Decimal 215 120 210 0 0.44 0.02 0.16 303.16 0.54 0.66
Hex D7 78 D2 0 2C 2 10 12F 36 42
Octal 327 170 322 0 54 2 20 457 66 102
Binary 11010111 1111000 11010010 0 101100 10 10000 100101111 110110 1000010

Color Harmonies of #D778D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D778D2

Black with #D778D2

Text Example


Text Example

White with #D778D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D778D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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