Html Css Color HEX #D782C2 Orchid

📋 copy color: '#D782C2'

red 215 ◦ green 130 ◦ blue 194

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

Shades of Orchid #D782C2

Tints of Orchid #D782C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.99%

R = 39.89%
G = 24.12%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D782C2 (or 0xD782C2) is known color: Orchid. HEX triplet: D7, 82 and C2. RGB value is (215,130,194). Sum of RGB (Red+Green+Blue) = 215+130+194=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D782C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D782C2 is #287D3D. Grayscale: #A2A2A2. Windows color (decimal): -2653502 or 12747479. OLE color: 12747479.

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

Color convert

RGB 215 130 194 -
CMYK 0 0.40 0.10 0.16
HSL 314.82º 0.52% 0.68% -
HSV(B) 314.82º 0.4% 0.84% -
XYZ 45.74 34.31 55.25 -
YUV 162.71 145.66 165.3 -
System Red Green Blue C M Y K H S L
Decimal 215 130 194 0 0.40 0.10 0.16 314.82 0.52 0.68
Hex D7 82 C2 0 28 A 10 13B 34 44
Octal 327 202 302 0 50 12 20 473 64 104
Binary 11010111 10000010 11000010 0 101000 1010 10000 100111011 110100 1000100

Color Harmonies of #D782C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D782C2

Black with #D782C2

Text Example


Text Example

White with #D782C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D782C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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