Html Css Color HEX #D788CA Orchid

📋 copy color: '#D788CA'

red 215 ◦ green 136 ◦ blue 202

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

Shades of Orchid #D788CA

Tints of Orchid #D788CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.53%

R = 38.88%
G = 24.59%
B = 36.53%

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

#D788CA (or 0xD788CA) is known color: Orchid. HEX triplet: D7, 88 and CA. RGB value is (215,136,202). Sum of RGB (Red+Green+Blue) = 215+136+202=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D788CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D788CA is #287735. Grayscale: #A6A6A6. Windows color (decimal): -2651958 or 13273303. OLE color: 13273303.

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

Color convert

RGB 215 136 202 -
CMYK 0 0.37 0.06 0.16
HSL 309.87º 0.5% 0.69% -
HSV(B) 309.87º 0.37% 0.84% -
XYZ 47.49 36.32 60.38 -
YUV 167.15 147.67 162.13 -
System Red Green Blue C M Y K H S L
Decimal 215 136 202 0 0.37 0.06 0.16 309.87 0.5 0.69
Hex D7 88 CA 0 25 6 10 136 32 45
Octal 327 210 312 0 45 6 20 466 62 105
Binary 11010111 10001000 11001010 0 100101 110 10000 100110110 110010 1000101

Color Harmonies of #D788CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D788CA

Black with #D788CA

Text Example


Text Example

White with #D788CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D788CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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