Html Css Color HEX #D880C5 Orchid

📋 copy color: '#D880C5'

red 216 ◦ green 128 ◦ blue 197

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

Shades of Orchid #D880C5

Tints of Orchid #D880C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.41%

R = 39.93%
G = 23.66%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D880C5 (or 0xD880C5) is known color: Orchid. HEX triplet: D8, 80 and C5. RGB value is (216,128,197). Sum of RGB (Red+Green+Blue) = 216+128+197=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D880C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880C5 is #277F3A. Grayscale: #A1A1A1. Windows color (decimal): -2588475 or 12943576. OLE color: 12943576.

HSL color Cylindrical-coordinate representation of color #D880C5: hue angle of 312.95º 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 #D880C5 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 128 197 -
CMYK 0 0.41 0.09 0.15
HSL 312.95º 0.53% 0.67% -
HSV(B) 312.95º 0.41% 0.85% -
XYZ 46.12 34.07 56.97 -
YUV 162.18 147.65 166.39 -
System Red Green Blue C M Y K H S L
Decimal 216 128 197 0 0.41 0.09 0.15 312.95 0.53 0.67
Hex D8 80 C5 0 29 9 F 139 35 43
Octal 330 200 305 0 51 11 17 471 65 103
Binary 11011000 10000000 11000101 0 101001 1001 1111 100111001 110101 1000011

Color Harmonies of #D880C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D880C5

Black with #D880C5

Text Example


Text Example

White with #D880C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D880C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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