Html Css Color HEX #D786CC Orchid

📋 copy color: '#D786CC'

red 215 ◦ green 134 ◦ blue 204

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

Shades of Orchid #D786CC

Tints of Orchid #D786CC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.23%

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

R = 38.88%
G = 24.23%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D786CC (or 0xD786CC) is known color: Orchid. HEX triplet: D7, 86 and CC. RGB value is (215,134,204). Sum of RGB (Red+Green+Blue) = 215+134+204=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D786CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D786CC is #287933. Grayscale: #A6A6A6. Windows color (decimal): -2652468 or 13403863. OLE color: 13403863.

HSL color Cylindrical-coordinate representation of color #D786CC: hue angle of 308.15º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D786CC is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 134 204 -
CMYK 0 0.38 0.05 0.16
HSL 308.15º 0.5% 0.68% -
HSV(B) 308.15º 0.38% 0.84% -
XYZ 47.45 35.86 61.55 -
YUV 166.2 149.34 162.81 -
System Red Green Blue C M Y K H S L
Decimal 215 134 204 0 0.38 0.05 0.16 308.15 0.5 0.68
Hex D7 86 CC 0 26 5 10 134 32 44
Octal 327 206 314 0 46 5 20 464 62 104
Binary 11010111 10000110 11001100 0 100110 101 10000 100110100 110010 1000100

Color Harmonies of #D786CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D786CC

Black with #D786CC

Text Example


Text Example

White with #D786CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D786CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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