Html Css Color HEX #D880C0 Orchid

📋 copy color: '#D880C0'

red 216 ◦ green 128 ◦ blue 192

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

Shades of Orchid #D880C0

Tints of Orchid #D880C0

RGB

 RED value IS 216 (84.77% from 255) = 40.3%

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

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

R = 40.3%
G = 23.88%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D880C0 (or 0xD880C0) is known color: Orchid. HEX triplet: D8, 80 and C0. RGB value is (216,128,192). Sum of RGB (Red+Green+Blue) = 216+128+192=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D880C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880C0 is #277F3F. Grayscale: #A1A1A1. Windows color (decimal): -2588480 or 12615896. OLE color: 12615896.

HSL color Cylindrical-coordinate representation of color #D880C0: hue angle of 316.36º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D880C0 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 128 192 -
CMYK 0 0.41 0.11 0.15
HSL 316.36º 0.53% 0.67% -
HSV(B) 316.36º 0.41% 0.85% -
XYZ 45.55 33.84 54 -
YUV 161.61 145.15 166.8 -
System Red Green Blue C M Y K H S L
Decimal 216 128 192 0 0.41 0.11 0.15 316.36 0.53 0.67
Hex D8 80 C0 0 29 B F 13C 35 43
Octal 330 200 300 0 51 13 17 474 65 103
Binary 11011000 10000000 11000000 0 101001 1011 1111 100111100 110101 1000011

Color Harmonies of #D880C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D880C0

Black with #D880C0

Text Example


Text Example

White with #D880C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D880C0; }

 p { color: rgb(216,128,192); }

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

background-color css

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

 a { background-color: rgb(216,128,192); }

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

border-color css

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

 span { border-color: rgb(216,128,192); }

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