Html Css Color HEX #D778CB Orchid

📋 copy color: '#D778CB'

red 215 ◦ green 120 ◦ blue 203

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

Shades of Orchid #D778CB

Tints of Orchid #D778CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.73%

R = 39.96%
G = 22.3%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D778CB (or 0xD778CB) is known color: Orchid. HEX triplet: D7, 78 and CB. RGB value is (215,120,203). Sum of RGB (Red+Green+Blue) = 215+120+203=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D778CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D778CB is #288734. Grayscale: #9D9D9D. Windows color (decimal): -2656053 or 13334743. OLE color: 13334743.

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

Color convert

RGB 215 120 203 -
CMYK 0 0.44 0.06 0.16
HSL 307.58º 0.54% 0.66% -
HSV(B) 307.58º 0.44% 0.84% -
XYZ 45.52 32.19 60.31 -
YUV 157.87 153.47 168.75 -
System Red Green Blue C M Y K H S L
Decimal 215 120 203 0 0.44 0.06 0.16 307.58 0.54 0.66
Hex D7 78 CB 0 2C 6 10 134 36 42
Octal 327 170 313 0 54 6 20 464 66 102
Binary 11010111 1111000 11001011 0 101100 110 10000 100110100 110110 1000010

Color Harmonies of #D778CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D778CB

Black with #D778CB

Text Example


Text Example

White with #D778CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D778CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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