Html Css Color HEX #D882CF Orchid

📋 copy color: '#D882CF'

red 216 ◦ green 130 ◦ blue 207

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

Shades of Orchid #D882CF

Tints of Orchid #D882CF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.51%

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

R = 39.06%
G = 23.51%
B = 37.43%

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

#D882CF (or 0xD882CF) is known color: Orchid. HEX triplet: D8, 82 and CF. RGB value is (216,130,207). Sum of RGB (Red+Green+Blue) = 216+130+207=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D882CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D882CF is #277D30. Grayscale: #A4A4A4. Windows color (decimal): -2587953 or 13599448. OLE color: 13599448.

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

Color convert

RGB 216 130 207 -
CMYK 0 0.40 0.04 0.15
HSL 306.28º 0.52% 0.68% -
HSV(B) 306.28º 0.4% 0.85% -
XYZ 47.56 35.07 63.29 -
YUV 164.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 216 130 207 0 0.40 0.04 0.15 306.28 0.52 0.68
Hex D8 82 CF 0 28 4 F 132 34 44
Octal 330 202 317 0 50 4 17 462 64 104
Binary 11011000 10000010 11001111 0 101000 100 1111 100110010 110100 1000100

Color Harmonies of #D882CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D882CF

Black with #D882CF

Text Example


Text Example

White with #D882CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D882CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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