Html Css Color HEX #D782C8 Orchid

📋 copy color: '#D782C8'

red 215 ◦ green 130 ◦ blue 200

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

Shades of Orchid #D782C8

Tints of Orchid #D782C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.7%

R = 39.45%
G = 23.85%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D782C8 (or 0xD782C8) is known color: Orchid. HEX triplet: D7, 82 and C8. RGB value is (215,130,200). Sum of RGB (Red+Green+Blue) = 215+130+200=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D782C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D782C8 is #287D37. Grayscale: #A3A3A3. Windows color (decimal): -2653496 or 13140695. OLE color: 13140695.

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

Color convert

RGB 215 130 200 -
CMYK 0 0.40 0.07 0.16
HSL 310.59º 0.52% 0.68% -
HSV(B) 310.59º 0.4% 0.84% -
XYZ 46.43 34.58 58.87 -
YUV 163.4 148.66 164.81 -
System Red Green Blue C M Y K H S L
Decimal 215 130 200 0 0.40 0.07 0.16 310.59 0.52 0.68
Hex D7 82 C8 0 28 7 10 137 34 44
Octal 327 202 310 0 50 7 20 467 64 104
Binary 11010111 10000010 11001000 0 101000 111 10000 100110111 110100 1000100

Color Harmonies of #D782C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D782C8

Black with #D782C8

Text Example


Text Example

White with #D782C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D782C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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