Html Css Color HEX #D880C9 Orchid

📋 copy color: '#D880C9'

red 216 ◦ green 128 ◦ blue 201

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

Shades of Orchid #D880C9

Tints of Orchid #D880C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.88%

R = 39.63%
G = 23.49%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D880C9 (or 0xD880C9) is known color: Orchid. HEX triplet: D8, 80 and C9. RGB value is (216,128,201). Sum of RGB (Red+Green+Blue) = 216+128+201=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D880C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880C9 is #277F36. Grayscale: #A2A2A2. Windows color (decimal): -2588471 or 13205720. OLE color: 13205720.

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

Color convert

RGB 216 128 201 -
CMYK 0 0.41 0.07 0.15
HSL 310.23º 0.53% 0.67% -
HSV(B) 310.23º 0.41% 0.85% -
XYZ 46.58 34.25 59.42 -
YUV 162.63 149.65 166.06 -
System Red Green Blue C M Y K H S L
Decimal 216 128 201 0 0.41 0.07 0.15 310.23 0.53 0.67
Hex D8 80 C9 0 29 7 F 136 35 43
Octal 330 200 311 0 51 7 17 466 65 103
Binary 11011000 10000000 11001001 0 101001 111 1111 100110110 110101 1000011

Color Harmonies of #D880C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D880C9

Black with #D880C9

Text Example


Text Example

White with #D880C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D880C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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