Html Css Color HEX #D785CE Orchid

📋 copy color: '#D785CE'

red 215 ◦ green 133 ◦ blue 206

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

Shades of Orchid #D785CE

Tints of Orchid #D785CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.18%

R = 38.81%
G = 24.01%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D785CE (or 0xD785CE) is known color: Orchid. HEX triplet: D7, 85 and CE. RGB value is (215,133,206). Sum of RGB (Red+Green+Blue) = 215+133+206=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D785CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D785CE is #287A31. Grayscale: #A5A5A5. Windows color (decimal): -2652722 or 13534679. OLE color: 13534679.

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

Color convert

RGB 215 133 206 -
CMYK 0 0.38 0.04 0.16
HSL 306.59º 0.51% 0.68% -
HSV(B) 306.59º 0.38% 0.84% -
XYZ 47.55 35.68 62.77 -
YUV 165.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 215 133 206 0 0.38 0.04 0.16 306.59 0.51 0.68
Hex D7 85 CE 0 26 4 10 133 33 44
Octal 327 205 316 0 46 4 20 463 63 104
Binary 11010111 10000101 11001110 0 100110 100 10000 100110011 110011 1000100

Color Harmonies of #D785CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D785CE

Black with #D785CE

Text Example


Text Example

White with #D785CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D785CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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