Html Css Color HEX #D880D5 Orchid

📋 copy color: '#D880D5'

red 216 ◦ green 128 ◦ blue 213

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

Shades of Orchid #D880D5

Tints of Orchid #D880D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.24%

R = 38.78%
G = 22.98%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D880D5 (or 0xD880D5) is known color: Orchid. HEX triplet: D8, 80 and D5. RGB value is (216,128,213). Sum of RGB (Red+Green+Blue) = 216+128+213=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D880D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880D5 is #277F2A. Grayscale: #A3A3A3. Windows color (decimal): -2588459 or 13992152. OLE color: 13992152.

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

Color convert

RGB 216 128 213 -
CMYK 0 0.41 0.01 0.15
HSL 302.05º 0.53% 0.67% -
HSV(B) 302.05º 0.41% 0.85% -
XYZ 48.05 34.84 67.14 -
YUV 164 155.65 165.09 -
System Red Green Blue C M Y K H S L
Decimal 216 128 213 0 0.41 0.01 0.15 302.05 0.53 0.67
Hex D8 80 D5 0 29 1 F 12E 35 43
Octal 330 200 325 0 51 1 17 456 65 103
Binary 11011000 10000000 11010101 0 101001 1 1111 100101110 110101 1000011

Color Harmonies of #D880D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D880D5

Black with #D880D5

Text Example


Text Example

White with #D880D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D880D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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