Html Css Color HEX #D880C4 Orchid

📋 copy color: '#D880C4'

red 216 ◦ green 128 ◦ blue 196

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

Shades of Orchid #D880C4

Tints of Orchid #D880C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.3%

R = 40%
G = 23.7%
B = 36.3%

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

#D880C4 (or 0xD880C4) is known color: Orchid. HEX triplet: D8, 80 and C4. RGB value is (216,128,196). Sum of RGB (Red+Green+Blue) = 216+128+196=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D880C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880C4 is #277F3B. Grayscale: #A1A1A1. Windows color (decimal): -2588476 or 12878040. OLE color: 12878040.

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

Color convert

RGB 216 128 196 -
CMYK 0 0.41 0.09 0.15
HSL 313.64º 0.53% 0.67% -
HSV(B) 313.64º 0.41% 0.85% -
XYZ 46 34.02 56.37 -
YUV 162.06 147.15 166.47 -
System Red Green Blue C M Y K H S L
Decimal 216 128 196 0 0.41 0.09 0.15 313.64 0.53 0.67
Hex D8 80 C4 0 29 9 F 13A 35 43
Octal 330 200 304 0 51 11 17 472 65 103
Binary 11011000 10000000 11000100 0 101001 1001 1111 100111010 110101 1000011

Color Harmonies of #D880C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D880C4

Black with #D880C4

Text Example


Text Example

White with #D880C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D880C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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