Html Css Color HEX #D788C9 Orchid

📋 copy color: '#D788C9'

red 215 ◦ green 136 ◦ blue 201

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

Shades of Orchid #D788C9

Tints of Orchid #D788C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.41%

R = 38.95%
G = 24.64%
B = 36.41%

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

#D788C9 (or 0xD788C9) is known color: Orchid. HEX triplet: D7, 88 and C9. RGB value is (215,136,201). Sum of RGB (Red+Green+Blue) = 215+136+201=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D788C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D788C9 is #287736. Grayscale: #A6A6A6. Windows color (decimal): -2651959 or 13207767. OLE color: 13207767.

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

Color convert

RGB 215 136 201 -
CMYK 0 0.37 0.07 0.16
HSL 310.63º 0.5% 0.69% -
HSV(B) 310.63º 0.37% 0.84% -
XYZ 47.37 36.27 59.76 -
YUV 167.03 147.17 162.21 -
System Red Green Blue C M Y K H S L
Decimal 215 136 201 0 0.37 0.07 0.16 310.63 0.5 0.69
Hex D7 88 C9 0 25 7 10 137 32 45
Octal 327 210 311 0 45 7 20 467 62 105
Binary 11010111 10001000 11001001 0 100101 111 10000 100110111 110010 1000101

Color Harmonies of #D788C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D788C9

Black with #D788C9

Text Example


Text Example

White with #D788C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D788C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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