Html Css Color HEX #D883DC Orchid

📋 copy color: '#D883DC'

red 216 ◦ green 131 ◦ blue 220

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

Shades of Orchid #D883DC

Tints of Orchid #D883DC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.1%

 BLUE value IS 220 (86.33% from 255) = 38.8%

R = 38.1%
G = 23.1%
B = 38.8%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D883DC (or 0xD883DC) is known color: Orchid. HEX triplet: D8, 83 and DC. RGB value is (216,131,220). Sum of RGB (Red+Green+Blue) = 216+131+220=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 131 (51.56% from 255 or 23.10% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #D883DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D883DC is #277C23. Grayscale: #A6A6A6. Windows color (decimal): -2587684 or 14451672. OLE color: 14451672.

HSL color Cylindrical-coordinate representation of color #D883DC: hue angle of 297.3º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D883DC is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 131 220 -
CMYK 0.02 0.40 0 0.14
HSL 297.3º 0.56% 0.69% -
HSV(B) 297.3º 0.4% 0.86% -
XYZ 49.35 36 72.06 -
YUV 166.56 158.16 163.26 -
System Red Green Blue C M Y K H S L
Decimal 216 131 220 0.02 0.40 0 0.14 297.3 0.56 0.69
Hex D8 83 DC 2 28 0 E 129 38 45
Octal 330 203 334 2 50 0 16 451 70 105
Binary 11011000 10000011 11011100 10 101000 0 1110 100101001 111000 1000101

Color Harmonies of #D883DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D883DC

Black with #D883DC

Text Example


Text Example

White with #D883DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D883DC; }

 p { color: rgb(216,131,220); }

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

background-color css

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

 a { background-color: rgb(216,131,220); }

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

border-color css

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

 span { border-color: rgb(216,131,220); }

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