Html Css Color HEX #D881CF Orchid

📋 copy color: '#D881CF'

red 216 ◦ green 129 ◦ blue 207

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

Shades of Orchid #D881CF

Tints of Orchid #D881CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.5%

R = 39.13%
G = 23.37%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D881CF (or 0xD881CF) is known color: Orchid. HEX triplet: D8, 81 and CF. RGB value is (216,129,207). Sum of RGB (Red+Green+Blue) = 216+129+207=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D881CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881CF is #277E30. Grayscale: #A3A3A3. Windows color (decimal): -2588209 or 13599192. OLE color: 13599192.

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

Color convert

RGB 216 129 207 -
CMYK 0 0.40 0.04 0.15
HSL 306.21º 0.53% 0.68% -
HSV(B) 306.21º 0.4% 0.85% -
XYZ 47.43 34.8 63.25 -
YUV 163.91 152.32 165.16 -
System Red Green Blue C M Y K H S L
Decimal 216 129 207 0 0.40 0.04 0.15 306.21 0.53 0.68
Hex D8 81 CF 0 28 4 F 132 35 44
Octal 330 201 317 0 50 4 17 462 65 104
Binary 11011000 10000001 11001111 0 101000 100 1111 100110010 110101 1000100

Color Harmonies of #D881CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D881CF

Black with #D881CF

Text Example


Text Example

White with #D881CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D881CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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