Html Css Color HEX #D383D5 Orchid

📋 copy color: '#D383D5'

red 211 ◦ green 131 ◦ blue 213

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

Shades of Orchid #D383D5

Tints of Orchid #D383D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.38%

R = 38.02%
G = 23.6%
B = 38.38%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D383D5 (or 0xD383D5) is known color: Orchid. HEX triplet: D3, 83 and D5. RGB value is (211,131,213). Sum of RGB (Red+Green+Blue) = 211+131+213=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 213 - color contains mainly: blue. Hex color #D383D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D383D5 is #2C7C2A. Grayscale: #A4A4A4. Windows color (decimal): -2915371 or 13992915. OLE color: 13992915.

HSL color Cylindrical-coordinate representation of color #D383D5: hue angle of 298.54º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D383D5 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 131 213 -
CMYK 0.01 0.38 0 0.16
HSL 298.54º 0.49% 0.67% -
HSV(B) 298.54º 0.38% 0.84% -
XYZ 46.99 34.89 67.21 -
YUV 164.27 155.5 161.33 -
System Red Green Blue C M Y K H S L
Decimal 211 131 213 0.01 0.38 0 0.16 298.54 0.49 0.67
Hex D3 83 D5 1 26 0 10 12B 31 43
Octal 323 203 325 1 46 0 20 453 61 103
Binary 11010011 10000011 11010101 1 100110 0 10000 100101011 110001 1000011

Color Harmonies of #D383D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D383D5

Black with #D383D5

Text Example


Text Example

White with #D383D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D383D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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