Html Css Color HEX #D880C2 Orchid

📋 copy color: '#D880C2'

red 216 ◦ green 128 ◦ blue 194

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

Shades of Orchid #D880C2

Tints of Orchid #D880C2

RGB

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

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

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

R = 40.15%
G = 23.79%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D880C2 (or 0xD880C2) is known color: Orchid. HEX triplet: D8, 80 and C2. RGB value is (216,128,194). Sum of RGB (Red+Green+Blue) = 216+128+194=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D880C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880C2 is #277F3D. Grayscale: #A1A1A1. Windows color (decimal): -2588478 or 12746968. OLE color: 12746968.

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

Color convert

RGB 216 128 194 -
CMYK 0 0.41 0.10 0.15
HSL 315º 0.53% 0.67% -
HSV(B) 315º 0.41% 0.85% -
XYZ 45.78 33.93 55.18 -
YUV 161.84 146.15 166.63 -
System Red Green Blue C M Y K H S L
Decimal 216 128 194 0 0.41 0.10 0.15 315 0.53 0.67
Hex D8 80 C2 0 29 A F 13B 35 43
Octal 330 200 302 0 51 12 17 473 65 103
Binary 11011000 10000000 11000010 0 101001 1010 1111 100111011 110101 1000011

Color Harmonies of #D880C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D880C2

Black with #D880C2

Text Example


Text Example

White with #D880C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D880C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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