Html Css Color HEX #D788CB Orchid

📋 copy color: '#D788CB'

red 215 ◦ green 136 ◦ blue 203

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

Shades of Orchid #D788CB

Tints of Orchid #D788CB

RGB

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

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

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

R = 38.81%
G = 24.55%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D788CB (or 0xD788CB) is known color: Orchid. HEX triplet: D7, 88 and CB. RGB value is (215,136,203). Sum of RGB (Red+Green+Blue) = 215+136+203=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D788CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D788CB is #287734. Grayscale: #A7A7A7. Windows color (decimal): -2651957 or 13338839. OLE color: 13338839.

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

Color convert

RGB 215 136 203 -
CMYK 0 0.37 0.06 0.16
HSL 309.11º 0.5% 0.69% -
HSV(B) 309.11º 0.37% 0.84% -
XYZ 47.61 36.37 61.01 -
YUV 167.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 215 136 203 0 0.37 0.06 0.16 309.11 0.5 0.69
Hex D7 88 CB 0 25 6 10 135 32 45
Octal 327 210 313 0 45 6 20 465 62 105
Binary 11010111 10001000 11001011 0 100101 110 10000 100110101 110010 1000101

Color Harmonies of #D788CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D788CB

Black with #D788CB

Text Example


Text Example

White with #D788CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D788CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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