Html Css Color HEX #D788C7 Orchid

📋 copy color: '#D788C7'

red 215 ◦ green 136 ◦ blue 199

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

Shades of Orchid #D788C7

Tints of Orchid #D788C7

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.73%

 BLUE value IS 199 (78.13% from 255) = 36.18%

R = 39.09%
G = 24.73%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D788C7 (or 0xD788C7) is known color: Orchid. HEX triplet: D7, 88 and C7. RGB value is (215,136,199). Sum of RGB (Red+Green+Blue) = 215+136+199=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D788C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D788C7 is #287738. Grayscale: #A6A6A6. Windows color (decimal): -2651961 or 13076695. OLE color: 13076695.

HSL color Cylindrical-coordinate representation of color #D788C7: hue angle of 312.15º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D788C7 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 136 199 -
CMYK 0 0.37 0.07 0.16
HSL 312.15º 0.5% 0.69% -
HSV(B) 312.15º 0.37% 0.84% -
XYZ 47.14 36.18 58.53 -
YUV 166.8 146.17 162.38 -
System Red Green Blue C M Y K H S L
Decimal 215 136 199 0 0.37 0.07 0.16 312.15 0.5 0.69
Hex D7 88 C7 0 25 7 10 138 32 45
Octal 327 210 307 0 45 7 20 470 62 105
Binary 11010111 10001000 11000111 0 100101 111 10000 100111000 110010 1000101

Color Harmonies of #D788C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D788C7

Black with #D788C7

Text Example


Text Example

White with #D788C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D788C7; }

 p { color: rgb(215,136,199); }

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

background-color css

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

 a { background-color: rgb(215,136,199); }

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

border-color css

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

 span { border-color: rgb(215,136,199); }

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