Html Css Color HEX #D788D8 Orchid

📋 copy color: '#D788D8'

red 215 ◦ green 136 ◦ blue 216

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

Shades of Orchid #D788D8

Tints of Orchid #D788D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.1%

R = 37.92%
G = 23.99%
B = 38.1%

CMYK

 C value IS 0.00

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D788D8 (or 0xD788D8) is known color: Orchid. HEX triplet: D7, 88 and D8. RGB value is (215,136,216). Sum of RGB (Red+Green+Blue) = 215+136+216=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 216 - color contains mainly: blue. Hex color #D788D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D788D8 is #287727. Grayscale: #A8A8A8. Windows color (decimal): -2651944 or 14190807. OLE color: 14190807.

HSL color Cylindrical-coordinate representation of color #D788D8: hue angle of 299.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D788D8 is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 136 216 -
CMYK 0.00 0.37 0 0.15
HSL 299.25º 0.51% 0.69% -
HSV(B) 299.25º 0.37% 0.85% -
XYZ 49.22 37.01 69.52 -
YUV 168.74 154.67 161 -
System Red Green Blue C M Y K H S L
Decimal 215 136 216 0.00 0.37 0 0.15 299.25 0.51 0.69
Hex D7 88 D8 0 25 0 F 12B 33 45
Octal 327 210 330 0 45 0 17 453 63 105
Binary 11010111 10001000 11011000 0 100101 0 1111 100101011 110011 1000101

Color Harmonies of #D788D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D788D8

Black with #D788D8

Text Example


Text Example

White with #D788D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D788D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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