Html Css Color HEX #D784CE Orchid

📋 copy color: '#D784CE'

red 215 ◦ green 132 ◦ blue 206

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

Shades of Orchid #D784CE

Tints of Orchid #D784CE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.87%

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

R = 38.88%
G = 23.87%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D784CE (or 0xD784CE) is known color: Orchid. HEX triplet: D7, 84 and CE. RGB value is (215,132,206). Sum of RGB (Red+Green+Blue) = 215+132+206=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D784CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D784CE is #287B31. Grayscale: #A5A5A5. Windows color (decimal): -2652978 or 13534423. OLE color: 13534423.

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

Color convert

RGB 215 132 206 -
CMYK 0 0.39 0.04 0.16
HSL 306.51º 0.51% 0.68% -
HSV(B) 306.51º 0.39% 0.84% -
XYZ 47.42 35.41 62.73 -
YUV 165.25 151 163.48 -
System Red Green Blue C M Y K H S L
Decimal 215 132 206 0 0.39 0.04 0.16 306.51 0.51 0.68
Hex D7 84 CE 0 27 4 10 133 33 44
Octal 327 204 316 0 47 4 20 463 63 104
Binary 11010111 10000100 11001110 0 100111 100 10000 100110011 110011 1000100

Color Harmonies of #D784CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D784CE

Black with #D784CE

Text Example


Text Example

White with #D784CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D784CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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