Html Css Color HEX #D785CA Orchid

📋 copy color: '#D785CA'

red 215 ◦ green 133 ◦ blue 202

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

Shades of Orchid #D785CA

Tints of Orchid #D785CA

RGB

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

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

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

R = 39.09%
G = 24.18%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D785CA (or 0xD785CA) is known color: Orchid. HEX triplet: D7, 85 and CA. RGB value is (215,133,202). Sum of RGB (Red+Green+Blue) = 215+133+202=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D785CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D785CA is #287A35. Grayscale: #A5A5A5. Windows color (decimal): -2652726 or 13272535. OLE color: 13272535.

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

Color convert

RGB 215 133 202 -
CMYK 0 0.38 0.06 0.16
HSL 309.51º 0.51% 0.68% -
HSV(B) 309.51º 0.38% 0.84% -
XYZ 47.07 35.49 60.25 -
YUV 165.38 148.67 163.39 -
System Red Green Blue C M Y K H S L
Decimal 215 133 202 0 0.38 0.06 0.16 309.51 0.51 0.68
Hex D7 85 CA 0 26 6 10 136 33 44
Octal 327 205 312 0 46 6 20 466 63 104
Binary 11010111 10000101 11001010 0 100110 110 10000 100110110 110011 1000100

Color Harmonies of #D785CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D785CA

Black with #D785CA

Text Example


Text Example

White with #D785CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D785CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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