Html Css Color HEX #D881C4 Orchid

📋 copy color: '#D881C4'

red 216 ◦ green 129 ◦ blue 196

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

Shades of Orchid #D881C4

Tints of Orchid #D881C4

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.84%

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

R = 39.93%
G = 23.84%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D881C4 (or 0xD881C4) is known color: Orchid. HEX triplet: D8, 81 and C4. RGB value is (216,129,196). Sum of RGB (Red+Green+Blue) = 216+129+196=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D881C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881C4 is #277E3B. Grayscale: #A2A2A2. Windows color (decimal): -2588220 or 12878296. OLE color: 12878296.

HSL color Cylindrical-coordinate representation of color #D881C4: hue angle of 313.79º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D881C4 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 129 196 -
CMYK 0 0.40 0.09 0.15
HSL 313.79º 0.53% 0.68% -
HSV(B) 313.79º 0.4% 0.85% -
XYZ 46.13 34.28 56.41 -
YUV 162.65 146.82 166.05 -
System Red Green Blue C M Y K H S L
Decimal 216 129 196 0 0.40 0.09 0.15 313.79 0.53 0.68
Hex D8 81 C4 0 28 9 F 13A 35 44
Octal 330 201 304 0 50 11 17 472 65 104
Binary 11011000 10000001 11000100 0 101000 1001 1111 100111010 110101 1000100

Color Harmonies of #D881C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D881C4

Black with #D881C4

Text Example


Text Example

White with #D881C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D881C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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