Html Css Color HEX #D883DF Orchid

📋 copy color: '#D883DF'

red 216 ◦ green 131 ◦ blue 223

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

Shades of Orchid #D883DF

Tints of Orchid #D883DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.12%

R = 37.89%
G = 22.98%
B = 39.12%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D883DF (or 0xD883DF) is known color: Orchid. HEX triplet: D8, 83 and DF. RGB value is (216,131,223). Sum of RGB (Red+Green+Blue) = 216+131+223=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 131 (51.56% from 255 or 22.98% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #D883DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D883DF is #277C20. Grayscale: #A6A6A6. Windows color (decimal): -2587681 or 14648280. OLE color: 14648280.

HSL color Cylindrical-coordinate representation of color #D883DF: hue angle of 295.43º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D883DF is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 131 223 -
CMYK 0.03 0.41 0 0.13
HSL 295.43º 0.59% 0.69% -
HSV(B) 295.43º 0.41% 0.87% -
XYZ 49.75 36.16 74.17 -
YUV 166.9 159.66 163.02 -
System Red Green Blue C M Y K H S L
Decimal 216 131 223 0.03 0.41 0 0.13 295.43 0.59 0.69
Hex D8 83 DF 3 29 0 D 127 3B 45
Octal 330 203 337 3 51 0 15 447 73 105
Binary 11011000 10000011 11011111 11 101001 0 1101 100100111 111011 1000101

Color Harmonies of #D883DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D883DF

Black with #D883DF

Text Example


Text Example

White with #D883DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D883DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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