Html Css Color HEX #D785D4 Orchid

📋 copy color: '#D785D4'

red 215 ◦ green 133 ◦ blue 212

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

Shades of Orchid #D785D4

Tints of Orchid #D785D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.86%

R = 38.39%
G = 23.75%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D785D4 (or 0xD785D4) is known color: Orchid. HEX triplet: D7, 85 and D4. RGB value is (215,133,212). Sum of RGB (Red+Green+Blue) = 215+133+212=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 215 - color contains mainly: red. Hex color #D785D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D785D4 is #287A2B. Grayscale: #A6A6A6. Windows color (decimal): -2652716 or 13927895. OLE color: 13927895.

HSL color Cylindrical-coordinate representation of color #D785D4: hue angle of 302.2º degrees, saturation: 0.51, 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 #D785D4 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 133 212 -
CMYK 0 0.38 0.01 0.16
HSL 302.2º 0.51% 0.68% -
HSV(B) 302.2º 0.38% 0.84% -
XYZ 48.3 35.98 66.69 -
YUV 166.52 153.67 162.58 -
System Red Green Blue C M Y K H S L
Decimal 215 133 212 0 0.38 0.01 0.16 302.2 0.51 0.68
Hex D7 85 D4 0 26 1 10 12E 33 44
Octal 327 205 324 0 46 1 20 456 63 104
Binary 11010111 10000101 11010100 0 100110 1 10000 100101110 110011 1000100

Color Harmonies of #D785D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D785D4

Black with #D785D4

Text Example


Text Example

White with #D785D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D785D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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