Html Css Color HEX #D785D8 Orchid

📋 copy color: '#D785D8'

red 215 ◦ green 133 ◦ blue 216

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

Shades of Orchid #D785D8

Tints of Orchid #D785D8

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.58%

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

R = 38.12%
G = 23.58%
B = 38.3%

CMYK

 C value IS 0.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D785D8 (or 0xD785D8) is known color: Orchid. HEX triplet: D7, 85 and D8. RGB value is (215,133,216). Sum of RGB (Red+Green+Blue) = 215+133+216=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 216 - color contains mainly: blue. Hex color #D785D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D785D8 is #287A27. Grayscale: #A6A6A6. Windows color (decimal): -2652712 or 14190039. OLE color: 14190039.

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

Color convert

RGB 215 133 216 -
CMYK 0.00 0.38 0 0.15
HSL 299.28º 0.52% 0.68% -
HSV(B) 299.28º 0.38% 0.85% -
XYZ 48.81 36.18 69.38 -
YUV 166.98 155.67 162.25 -
System Red Green Blue C M Y K H S L
Decimal 215 133 216 0.00 0.38 0 0.15 299.28 0.52 0.68
Hex D7 85 D8 0 26 0 F 12B 34 44
Octal 327 205 330 0 46 0 17 453 64 104
Binary 11010111 10000101 11011000 0 100110 0 1111 100101011 110100 1000100

Color Harmonies of #D785D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D785D8

Black with #D785D8

Text Example


Text Example

White with #D785D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D785D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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