Html Css Color HEX #D383DF Orchid

📋 copy color: '#D383DF'

red 211 ◦ green 131 ◦ blue 223

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

Shades of Orchid #D383DF

Tints of Orchid #D383DF

RGB

 RED value IS 211 (82.81% from 255) = 37.35%

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

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

R = 37.35%
G = 23.19%
B = 39.47%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D383DF (or 0xD383DF) is known color: Orchid. HEX triplet: D3, 83 and DF. RGB value is (211,131,223). Sum of RGB (Red+Green+Blue) = 211+131+223=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 131 (51.56% from 255 or 23.19% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #D383DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D383DF is #2C7C20. Grayscale: #A5A5A5. Windows color (decimal): -2915361 or 14648275. OLE color: 14648275.

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

Color convert

RGB 211 131 223 -
CMYK 0.05 0.41 0 0.13
HSL 292.17º 0.59% 0.69% -
HSV(B) 292.17º 0.41% 0.87% -
XYZ 48.3 35.41 74.1 -
YUV 165.41 160.5 160.52 -
System Red Green Blue C M Y K H S L
Decimal 211 131 223 0.05 0.41 0 0.13 292.17 0.59 0.69
Hex D3 83 DF 5 29 0 D 124 3B 45
Octal 323 203 337 5 51 0 15 444 73 105
Binary 11010011 10000011 11011111 101 101001 0 1101 100100100 111011 1000101

Color Harmonies of #D383DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D383DF

Black with #D383DF

Text Example


Text Example

White with #D383DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D383DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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