Html Css Color HEX #D782C0 Orchid

📋 copy color: '#D782C0'

red 215 ◦ green 130 ◦ blue 192

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

Shades of Orchid #D782C0

Tints of Orchid #D782C0

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.21%

 BLUE value IS 192 (75.39% from 255) = 35.75%

R = 40.04%
G = 24.21%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D782C0 (or 0xD782C0) is known color: Orchid. HEX triplet: D7, 82 and C0. RGB value is (215,130,192). Sum of RGB (Red+Green+Blue) = 215+130+192=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D782C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D782C0 is #287D3F. Grayscale: #A2A2A2. Windows color (decimal): -2653504 or 12616407. OLE color: 12616407.

HSL color Cylindrical-coordinate representation of color #D782C0: hue angle of 316.24º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D782C0 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 130 192 -
CMYK 0 0.40 0.11 0.16
HSL 316.24º 0.52% 0.68% -
HSV(B) 316.24º 0.4% 0.84% -
XYZ 45.52 34.22 54.07 -
YUV 162.48 144.66 165.46 -
System Red Green Blue C M Y K H S L
Decimal 215 130 192 0 0.40 0.11 0.16 316.24 0.52 0.68
Hex D7 82 C0 0 28 B 10 13C 34 44
Octal 327 202 300 0 50 13 20 474 64 104
Binary 11010111 10000010 11000000 0 101000 1011 10000 100111100 110100 1000100

Color Harmonies of #D782C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D782C0

Black with #D782C0

Text Example


Text Example

White with #D782C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D782C0; }

 p { color: rgb(215,130,192); }

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

background-color css

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

 a { background-color: rgb(215,130,192); }

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

border-color css

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

 span { border-color: rgb(215,130,192); }

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