Html Css Color HEX #D780C2 Orchid

📋 copy color: '#D780C2'

red 215 ◦ green 128 ◦ blue 194

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

Shades of Orchid #D780C2

Tints of Orchid #D780C2

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.84%

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

R = 40.04%
G = 23.84%
B = 36.13%

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

#D780C2 (or 0xD780C2) is known color: Orchid. HEX triplet: D7, 80 and C2. RGB value is (215,128,194). Sum of RGB (Red+Green+Blue) = 215+128+194=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D780C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D780C2 is #287F3D. Grayscale: #A1A1A1. Windows color (decimal): -2654014 or 12746967. OLE color: 12746967.

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

Color convert

RGB 215 128 194 -
CMYK 0 0.40 0.10 0.16
HSL 314.48º 0.52% 0.67% -
HSV(B) 314.48º 0.4% 0.84% -
XYZ 45.48 33.78 55.16 -
YUV 161.54 146.32 166.13 -
System Red Green Blue C M Y K H S L
Decimal 215 128 194 0 0.40 0.10 0.16 314.48 0.52 0.67
Hex D7 80 C2 0 28 A 10 13A 34 43
Octal 327 200 302 0 50 12 20 472 64 103
Binary 11010111 10000000 11000010 0 101000 1010 10000 100111010 110100 1000011

Color Harmonies of #D780C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D780C2

Black with #D780C2

Text Example


Text Example

White with #D780C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D780C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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