Html Css Color HEX #D778D3 Orchid

📋 copy color: '#D778D3'

red 215 ◦ green 120 ◦ blue 211

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

Shades of Orchid #D778D3

Tints of Orchid #D778D3

RGB

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

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

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

R = 39.38%
G = 21.98%
B = 38.64%

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

#D778D3 (or 0xD778D3) is known color: Orchid. HEX triplet: D7, 78 and D3. RGB value is (215,120,211). Sum of RGB (Red+Green+Blue) = 215+120+211=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 211 (82.81% from 255 or 38.64% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D778D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D778D3 is #28872C. Grayscale: #9E9E9E. Windows color (decimal): -2656045 or 13859031. OLE color: 13859031.

HSL color Cylindrical-coordinate representation of color #D778D3: hue angle of 302.53º 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 #D778D3 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 120 211 -
CMYK 0 0.44 0.02 0.16
HSL 302.53º 0.54% 0.66% -
HSV(B) 302.53º 0.44% 0.84% -
XYZ 46.5 32.58 65.47 -
YUV 158.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 215 120 211 0 0.44 0.02 0.16 302.53 0.54 0.66
Hex D7 78 D3 0 2C 2 10 12F 36 42
Octal 327 170 323 0 54 2 20 457 66 102
Binary 11010111 1111000 11010011 0 101100 10 10000 100101111 110110 1000010

Color Harmonies of #D778D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D778D3

Black with #D778D3

Text Example


Text Example

White with #D778D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D778D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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