Html Css Color HEX #D880CF Orchid

📋 copy color: '#D880CF'

red 216 ◦ green 128 ◦ blue 207

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

Shades of Orchid #D880CF

Tints of Orchid #D880CF

RGB

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

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

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

R = 39.2%
G = 23.23%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D880CF (or 0xD880CF) is known color: Orchid. HEX triplet: D8, 80 and CF. RGB value is (216,128,207). Sum of RGB (Red+Green+Blue) = 216+128+207=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 216 - color contains mainly: red. Hex color #D880CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880CF is #277F30. Grayscale: #A3A3A3. Windows color (decimal): -2588465 or 13598936. OLE color: 13598936.

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

Color convert

RGB 216 128 207 -
CMYK 0 0.41 0.04 0.15
HSL 306.14º 0.53% 0.67% -
HSV(B) 306.14º 0.41% 0.85% -
XYZ 47.3 34.54 63.21 -
YUV 163.32 152.65 165.58 -
System Red Green Blue C M Y K H S L
Decimal 216 128 207 0 0.41 0.04 0.15 306.14 0.53 0.67
Hex D8 80 CF 0 29 4 F 132 35 43
Octal 330 200 317 0 51 4 17 462 65 103
Binary 11011000 10000000 11001111 0 101001 100 1111 100110010 110101 1000011

Color Harmonies of #D880CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D880CF

Black with #D880CF

Text Example


Text Example

White with #D880CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D880CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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