Html Css Color HEX #D784CA Orchid

📋 copy color: '#D784CA'

red 215 ◦ green 132 ◦ blue 202

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

Shades of Orchid #D784CA

Tints of Orchid #D784CA

RGB

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

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

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

R = 39.16%
G = 24.04%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D784CA (or 0xD784CA) is known color: Orchid. HEX triplet: D7, 84 and CA. RGB value is (215,132,202). Sum of RGB (Red+Green+Blue) = 215+132+202=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D784CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D784CA is #287B35. Grayscale: #A4A4A4. Windows color (decimal): -2652982 or 13272279. OLE color: 13272279.

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

Color convert

RGB 215 132 202 -
CMYK 0 0.39 0.06 0.16
HSL 309.4º 0.51% 0.68% -
HSV(B) 309.4º 0.39% 0.84% -
XYZ 46.94 35.21 60.2 -
YUV 164.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 215 132 202 0 0.39 0.06 0.16 309.4 0.51 0.68
Hex D7 84 CA 0 27 6 10 135 33 44
Octal 327 204 312 0 47 6 20 465 63 104
Binary 11010111 10000100 11001010 0 100111 110 10000 100110101 110011 1000100

Color Harmonies of #D784CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D784CA

Black with #D784CA

Text Example


Text Example

White with #D784CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D784CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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