Html Css Color HEX #D788CC Orchid

📋 copy color: '#D788CC'

red 215 ◦ green 136 ◦ blue 204

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

Shades of Orchid #D788CC

Tints of Orchid #D788CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.76%

R = 38.74%
G = 24.5%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D788CC (or 0xD788CC) is known color: Orchid. HEX triplet: D7, 88 and CC. RGB value is (215,136,204). Sum of RGB (Red+Green+Blue) = 215+136+204=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D788CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D788CC is #287733. Grayscale: #A7A7A7. Windows color (decimal): -2651956 or 13404375. OLE color: 13404375.

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

Color convert

RGB 215 136 204 -
CMYK 0 0.37 0.05 0.16
HSL 308.35º 0.5% 0.69% -
HSV(B) 308.35º 0.37% 0.84% -
XYZ 47.73 36.42 61.64 -
YUV 167.37 148.67 161.97 -
System Red Green Blue C M Y K H S L
Decimal 215 136 204 0 0.37 0.05 0.16 308.35 0.5 0.69
Hex D7 88 CC 0 25 5 10 134 32 45
Octal 327 210 314 0 45 5 20 464 62 105
Binary 11010111 10001000 11001100 0 100101 101 10000 100110100 110010 1000101

Color Harmonies of #D788CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D788CC

Black with #D788CC

Text Example


Text Example

White with #D788CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D788CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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